diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 15:08:55 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 15:08:55 +0200 |
commit | 303c70be164f0489c3871407cfa3bd46066895db (patch) | |
tree | a7bf46fa61a91f667186cf72b8deead9088aaa61 | |
parent | e716e2fc0ad5f488d56790a2a4140f0ece83debb (diff) | |
download | markdown-rs-303c70be164f0489c3871407cfa3bd46066895db.tar.gz markdown-rs-303c70be164f0489c3871407cfa3bd46066895db.tar.bz2 markdown-rs-303c70be164f0489c3871407cfa3bd46066895db.zip |
Update links to point to `docs.rs`
-rw-r--r-- | readme.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -149,10 +149,10 @@ Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3 ## API `markdown-rs` exposes -[`to_html`](https://wooorm.com/markdown-rs/markdown/fn.to_html.html), -[`to_html_with_options`](https://wooorm.com/markdown-rs/markdown/fn.to_html_with_options.html), -[`to_mdast`](https://wooorm.com/markdown-rs/markdown/fn.to_mdast.html), -[`Options`](https://wooorm.com/markdown-rs/markdown/struct.Options.html), +[`to_html`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/fn.to_html.html), +[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/fn.to_html_with_options.html), +[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/fn.to_mdast.html), +[`Options`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/struct.Options.html), and a few other structs and enums. See the [crate docs][docs] for more info. @@ -328,8 +328,6 @@ Special thanks go out to: [MIT][license] © [Titus Wormer][author] -<!-- To do: link `docs` to `docs.rs` instead of temporary site. --> - [build-badge]: https://github.com/wooorm/markdown-rs/workflows/main/badge.svg [build]: https://github.com/wooorm/markdown-rs/actions @@ -344,7 +342,7 @@ Special thanks go out to: [docs-badge]: https://img.shields.io/docsrs/markdown -[docs]: https://wooorm.com/markdown-rs/markdown/ +[docs]: https://docs.rs/markdown/1.0.0-alpha.1/markdown/ [crate-badge]: https://img.shields.io/crates/v/markdown |