Skip to content

Commit 303c70b

Browse files
committed
Update links to point to docs.rs
1 parent e716e2f commit 303c70b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ Root { children: [Heading { children: [Text { value: "Hey, ", position: Some(1:3
149149
## API
150150

151151
`markdown-rs` exposes
152-
[`to_html`](https://wooorm.com/markdown-rs/markdown/fn.to_html.html),
153-
[`to_html_with_options`](https://wooorm.com/markdown-rs/markdown/fn.to_html_with_options.html),
154-
[`to_mdast`](https://wooorm.com/markdown-rs/markdown/fn.to_mdast.html),
155-
[`Options`](https://wooorm.com/markdown-rs/markdown/struct.Options.html),
152+
[`to_html`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/fn.to_html.html),
153+
[`to_html_with_options`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/fn.to_html_with_options.html),
154+
[`to_mdast`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/fn.to_mdast.html),
155+
[`Options`](https://docs.rs/markdown/1.0.0-alpha.1/markdown/struct.Options.html),
156156
and a few other structs and enums.
157157

158158
See the [crate docs][docs] for more info.
@@ -328,8 +328,6 @@ Special thanks go out to:
328328

329329
[MIT][license] © [Titus Wormer][author]
330330

331-
<!-- To do: link `docs` to `docs.rs` instead of temporary site. -->
332-
333331
[build-badge]: https://github.com/wooorm/markdown-rs/workflows/main/badge.svg
334332

335333
[build]: https://github.com/wooorm/markdown-rs/actions
@@ -344,7 +342,7 @@ Special thanks go out to:
344342

345343
[docs-badge]: https://img.shields.io/docsrs/markdown
346344

347-
[docs]: https://wooorm.com/markdown-rs/markdown/
345+
[docs]: https://docs.rs/markdown/1.0.0-alpha.1/markdown/
348346

349347
[crate-badge]: https://img.shields.io/crates/v/markdown
350348

0 commit comments

Comments
 (0)