Skip to content

Commit c90d6b9

Browse files
committed
Fix doc links for the library to link to the right page on docs.rs
1 parent bbe5da2 commit c90d6b9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Dave Rolsky <[email protected]>"]
55
description = "The Universal Binary Installer library and CLI tool"
66
repository = "https://github.com/houseabsolute/ubi"
7+
documentation = "https://docs.rs/ubi/latest/ubi/"
78
readme = "README.md"
89
license = "MIT OR Apache-2.0"
910
edition = "2021"

Changes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
## 0.1.1 - 2024-07-21
2+
3+
- Fix documentation links to link to the library docs, not the CLI docs.
4+
15
## 0.1.0 - 2024-07-21
26

3-
- UBI can now be used as a library. See the
4-
[`ubi` docs on docs.rs](https://docs.rs/crate/ubi/latest) for more details.
7+
- UBI can now be used as a library. See the [`ubi` docs on docs.rs](https://docs.rs/ubi/latest/ubi/)
8+
for more details.
59

610
## 0.0.32 - 2024-06-01
711

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ too.
1818
ubi = "0.1.0"
1919
```
2020

21-
See the [`ubi` docs on docs.rs](https://docs.rs/crate/ubi/latest) for more details.
21+
See the [`ubi` docs on docs.rs](https://docs.rs/ubi/latest/ubi/) for more details.
2222

2323
## Installing It
2424

0 commit comments

Comments
 (0)