From 54e7d3a7756d11f5eda03ad09c1363b58b4ccd40 Mon Sep 17 00:00:00 2001 From: Jason Mobarak Date: Thu, 21 Sep 2023 14:01:28 -0700 Subject: [PATCH] docs: fix-up broken docs.rs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efca3d31..592a823b 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Comrak additionally supports its own extensions, which are yet to be specced out - Shortcodes By default none are enabled; they are individually enabled with each parse by setting the appropriate values in the -[`Options` struct](https://docs.rs/comrak/newest/comrak/struct.Options.html). +[`ComrakExtensionOptions` struct](https://docs.rs/comrak/newest/comrak/struct.ComrakExtensionOptions.html). ## Plugins