Skip to content

Commit ed08a07

Browse files
author
Thomas Bahn
committed
Change documentation links to docs.rs
1 parent 238c41b commit ed08a07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
authors = ["Thomas Bahn <thomas@thomas-bahn.net>", "Torbjørn Birch Moltu <t.b.moltu@lyse.net>", "Simon Sapin <simon.sapin@exyr.org>"]
33
description = "ASCII-only equivalents to `char`, `str` and `String`."
4-
documentation = "https://tomprogrammer.github.io/rust-ascii/ascii/index.html"
4+
documentation = "https://docs.rs/ascii"
55
license = "Apache-2.0 / MIT"
66
name = "ascii"
7+
readme = "README.md"
78
repository = "https://github.com/tomprogrammer/rust-ascii"
89
version = "0.9.1"
910

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A library that provides ASCII-only string and character types, equivalent to the
44
`char`, `str` and `String` types in the standard library.
55

66
Types and conversion traits are described in the
7-
[Documentation](https://tomprogrammer.github.io/rust-ascii/ascii/index.html).
7+
[Documentation](https://docs.rs/ascii).
88

99
You can include this crate in your cargo project by adding it to the
1010
dependencies section in `Cargo.toml`:

0 commit comments

Comments
 (0)