File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Crates.io] ( https://img.shields.io/crates/v/ostree.svg )] ( https://crates.io/crates/ostree )
4
4
[ ![ main-docs] ( https://img.shields.io/badge/docs-main-brightgreen.svg )] ( https://fkrull.gitlab.io/ostree-rs/ostree )
5
5
6
- ** Rust** bindings for [ libostree] ( https://ostree.readthedocs .io ) .
6
+ ** Rust** bindings for [ libostree] ( https://ostreedev.github .io/ostree/introduction/ ) .
7
7
8
8
libostree is both a shared library and suite of command line tools that combines
9
9
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
121
121
details.
122
122
123
123
libostree itself is licensed under the LGPL2+. See its
124
- [ licensing information ] ( https://ostree.readthedocs .io#licensing ) for more
124
+ [ docs ] ( https://ostreedev.github .io/ostree/ ) for more
125
125
information.
126
126
127
127
The libostree GIR file (` gir-files/OSTree-1.0.gir ` ) is derived from the
Original file line number Diff line number Diff line change 1
1
//! # Rust bindings for **libostree**
2
2
//!
3
- //! [libostree](https://ostree.readthedocs .io) is both a shared library and suite of command line
3
+ //! [libostree](https://ostreedev.github .io/ostree/ ) is both a shared library and suite of command line
4
4
//! tools that combines a "git-like" model for committing and downloading bootable filesystem trees,
5
5
//! along with a layer for deploying them and managing the bootloader configuration.
6
6
You can’t perform that action at this time.
0 commit comments