Skip to content

Commit 199d062

Browse files
authored
Merge pull request #3313 from cgwalters/fix-readthedocs
rust-bindings: Fix readthedocs.io link
2 parents 688ced3 + 64af3bc commit 199d062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust-bindings/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Crates.io](https://img.shields.io/crates/v/ostree.svg)](https://crates.io/crates/ostree)
44
[![main-docs](https://img.shields.io/badge/docs-main-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree)
55

6-
**Rust** bindings for [libostree](https://ostree.readthedocs.io).
6+
**Rust** bindings for [libostree](https://ostreedev.github.io/ostree/introduction/).
77

88
libostree is both a shared library and suite of command line tools that combines
99
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
121121
details.
122122

123123
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
125125
information.
126126

127127
The libostree GIR file (`gir-files/OSTree-1.0.gir`) is derived from the

rust-bindings/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! # Rust bindings for **libostree**
22
//!
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
44
//! tools that combines a "git-like" model for committing and downloading bootable filesystem trees,
55
//! along with a layer for deploying them and managing the bootloader configuration.
66

0 commit comments

Comments
 (0)