Skip to content

Commit 38d11ad

Browse files
authored
Update xml5ever doc link (#532)
1 parent 5cc0951 commit 38d11ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml5ever/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Docs.rs](https://docs.rs/xml5ever/badge.svg)](https://docs.rs/xml5ever)
55
[![](https://img.shields.io/crates/v/xml5ever.svg)](https://crates.io/crates/xml5ever)
66

7-
[API documentation](https://Ygg01.github.io/docs/xml5ever/xml5ever/index.html)
7+
[API documentation](https://docs.rs/xml5ever)
88

99
**Warning:** This library is alpha quality, so no guarantees are given.
1010

@@ -75,7 +75,7 @@ To build examples and tests you need to do something along the lines of:
7575
```
7676

7777
This will fetch tests from outside repository and it will invoke cargo to
78-
build and test the crate. If you need docs checkout either [API docs](https://ygg01.github.io/docs/xml5ever/xml5ever/index.html) or run `cargo docs`
78+
build and test the crate. If you need docs checkout either [API docs](https://docs.rs/xml5ever) or run `cargo docs`
7979
to generate documentation.
8080

8181
## Easy first tasks

0 commit comments

Comments
 (0)