[](https://crates.io/crates/ostree)
[](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,
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
//! # 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.