From d1aabfa36a87fb5347c0f0c2bc4b347a86315584 Mon Sep 17 00:00:00 2001 From: mm-jpoole <113927341+mm-jpoole@users.noreply.github.com> Date: Wed, 23 Apr 2025 11:00:11 -0700 Subject: [PATCH] content: Fix broken link Closes #3043 --- content/en/templates/shortcode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/shortcode.md b/content/en/templates/shortcode.md index 711d342cb..3ed573651 100644 --- a/content/en/templates/shortcode.md +++ b/content/en/templates/shortcode.md @@ -329,7 +329,7 @@ You can use the `HasShortcode` method in your base template to conditionally loa [`with`]: /functions/go-template/with/ [content management]: /content-management/shortcodes/ [embedded shortcodes]: /shortcodes/ -[GitHub]: https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates/shortcodes +[GitHub]: https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates/_shortcodes [introduction to templating]: /templates/introduction/ [Markdown notation]: /content-management/shortcodes/#markdown-notation [named or positional]: /content-management/shortcodes/#arguments