diff --git a/rust-bindings/rust/src/lib.rs b/rust-bindings/rust/src/lib.rs index ba306f5f..c4877cef 100644 --- a/rust-bindings/rust/src/lib.rs +++ b/rust-bindings/rust/src/lib.rs @@ -1,7 +1,7 @@ -//! # Rust bindings for [libostree](https://ostree.readthedocs.io) +//! # Rust bindings for **libostree** //! -//! 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, +//! [libostree](https://ostree.readthedocs.io) 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. #![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")]