rust-bindings: Fix readthedocs.io link
authorColin Walters <walters@verbum.org>
Mon, 23 Sep 2024 09:34:49 +0000 (09:34 +0000)
committerColin Walters <walters@verbum.org>
Mon, 23 Sep 2024 10:19:53 +0000 (10:19 +0000)
It should now point at GH pages.

Closes: https://github.com/ostreedev/ostree/issues/3312
Signed-off-by: Colin Walters <walters@verbum.org>
rust-bindings/README.md
rust-bindings/src/lib.rs

index f0165358ba04ce3f50a5fc038ee20c3247bbaa14..7642a76d1f5d06c6296998d4aca49ca4de5eaad5 100644 (file)
@@ -3,7 +3,7 @@
 [![Crates.io](https://img.shields.io/crates/v/ostree.svg)](https://crates.io/crates/ostree)
 [![main-docs](https://img.shields.io/badge/docs-main-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree)
 
-**Rust** bindings for [libostree](https://ostree.readthedocs.io).
+**Rust** bindings for [libostree](https://ostreedev.github.io/ostree/introduction/).
 
 libostree is both a shared library and suite of command line tools that combines
 a "git-like" model for committing and downloading bootable filesystem trees,
@@ -121,7 +121,7 @@ The `ostree` crate is licensed under the MIT license. See the LICENSE file for
 details.
 
 libostree itself is licensed under the LGPL2+. See its
-[licensing information](https://ostree.readthedocs.io#licensing) for more
+[docs](https://ostreedev.github.io/ostree/) for more
 information.
 
 The libostree GIR file (`gir-files/OSTree-1.0.gir`) is derived from the
index 71e33f157e0126cab815ab95426ee59f5f562ee6..9b60dd544d0fe16154dfed7906d394b96fdcbca1 100644 (file)
@@ -1,6 +1,6 @@
 //! # Rust bindings for **libostree**
 //!
-//! [libostree](https://ostree.readthedocs.io) is both a shared library and suite of command line
+//! [libostree](https://ostreedev.github.io/ostree/) is both a shared library and suite of command line
 //! tools that combines a "git-like" model for committing and downloading bootable filesystem trees,
 //! along with a layer for deploying them and managing the bootloader configuration.