mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-31 21:18:22 +03:00
rust-bindings: Fix readthedocs.io link
It should now point at GH pages. Closes: https://github.com/ostreedev/ostree/issues/3312 Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
688ced3901
commit
64af3bc059
@ -3,7 +3,7 @@
|
|||||||
[![Crates.io](https://img.shields.io/crates/v/ostree.svg)](https://crates.io/crates/ostree)
|
[![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)
|
[![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
|
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,
|
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.
|
details.
|
||||||
|
|
||||||
libostree itself is licensed under the LGPL2+. See its
|
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.
|
information.
|
||||||
|
|
||||||
The libostree GIR file (`gir-files/OSTree-1.0.gir`) is derived from the
|
The libostree GIR file (`gir-files/OSTree-1.0.gir`) is derived from the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//! # Rust bindings for **libostree**
|
//! # 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,
|
//! 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.
|
//! along with a layer for deploying them and managing the bootloader configuration.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user