diff --git a/.rustme/config.ron b/.rustme/config.ron index be564e7..211ee02 100644 --- a/.rustme/config.ron +++ b/.rustme/config.ron @@ -33,7 +33,7 @@ Configuration( ), "src-base": ( default: "https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main", - release: "https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0", + release: "https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0", ), } ], diff --git a/README.md b/README.md index b7443a6..bcc4a98 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ assert_eq!(attrs.author, "https://fosstodon.org/@ecton"); ``` [pulldown-cmark]: https://github.com/raphlinus/pulldown-cmark -[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/examples/html.rs -[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/frontmatter-example.html -[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/frontmatter-example.md -[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/examples/extractor.rs +[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/examples/html.rs +[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/frontmatter-example.html +[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/frontmatter-example.md +[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/examples/extractor.rs ## Open-source Licenses diff --git a/src/.crate-docs.md b/src/.crate-docs.md index 0aa8af4..cb4f5c0 100644 --- a/src/.crate-docs.md +++ b/src/.crate-docs.md @@ -91,7 +91,7 @@ assert_eq!(attrs.author, "https://fosstodon.org/@ecton"); ``` [pulldown-cmark]: https://github.com/raphlinus/pulldown-cmark -[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/examples/html.rs -[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/frontmatter-example.html -[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/frontmatter-example.md -[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.3.0/examples/extractor.rs +[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/examples/html.rs +[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/frontmatter-example.html +[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/frontmatter-example.md +[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.4.0/examples/extractor.rs