From 7c06b4ed9bf3c977ad0fecf785a36a6061053362 Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Sun, 16 Apr 2023 14:08:25 +0300 Subject: [PATCH] Fix links to `Mentions` extension documentation --- docs/2.0/extensions/autolinks.md | 2 +- docs/2.1/extensions/autolinks.md | 2 +- docs/2.4/extensions/autolinks.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/2.0/extensions/autolinks.md b/docs/2.0/extensions/autolinks.md index d7364e44d4..2e14b90a58 100644 --- a/docs/2.0/extensions/autolinks.md +++ b/docs/2.0/extensions/autolinks.md @@ -47,6 +47,6 @@ echo $converter->convertToHtml('I successfully installed the https://github.com/ ## `@mention`-style Autolinking -As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.0/extensions/mention/). +As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.0/extensions/mentions/). [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/2.1/extensions/autolinks.md b/docs/2.1/extensions/autolinks.md index 6afcc92b60..672ec65bf6 100644 --- a/docs/2.1/extensions/autolinks.md +++ b/docs/2.1/extensions/autolinks.md @@ -47,6 +47,6 @@ echo $converter->convertToHtml('I successfully installed the https://github.com/ ## `@mention`-style Autolinking -As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.1/extensions/mention/). +As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.1/extensions/mentions/). [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/2.4/extensions/autolinks.md b/docs/2.4/extensions/autolinks.md index 2ccea7d48a..ba40fb283d 100644 --- a/docs/2.4/extensions/autolinks.md +++ b/docs/2.4/extensions/autolinks.md @@ -48,6 +48,6 @@ echo $converter->convert('I successfully installed the https://github.com/thephp ## `@mention`-style Autolinking -As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.4/extensions/mention/). +As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.4/extensions/mentions/). [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension-