From 741113fb594c382d1bff030eec1d875670b274f9 Mon Sep 17 00:00:00 2001 From: Skimlk <90596941+Skimlk@users.noreply.github.com> Date: Sat, 31 May 2025 10:54:55 -0400 Subject: [PATCH] content: Fix incorrect link to Shortcodes tutorial --- content/en/getting-started/external-learning-resources/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/external-learning-resources/index.md b/content/en/getting-started/external-learning-resources/index.md index 7838b6810..f36544c02 100644 --- a/content/en/getting-started/external-learning-resources/index.md +++ b/content/en/getting-started/external-learning-resources/index.md @@ -62,7 +62,7 @@ This course covers the basics of using the Hugo static site generator. Work your 1. [Content Organization](https://www.giraffeacademy.com/static-site-generators/hugo/content-organization/) 1. [Front Matter](https://www.giraffeacademy.com/static-site-generators/hugo/front-matter/) 1. [Archetypes](https://www.giraffeacademy.com/static-site-generators/hugo/archetypes/) -1. [Shortcodes](https://www.giraffeacademy.com/static-site-generators/hugo/archetypes/) +1. [Shortcodes](https://www.giraffeacademy.com/static-site-generators/hugo/shortcodes/) 1. [Taxonomies](https://www.giraffeacademy.com/static-site-generators/hugo/taxonomies/) 1. [Template Basics](https://www.giraffeacademy.com/static-site-generators/hugo/introduction-to-templates/) 1. [List Page Templates](https://www.giraffeacademy.com/static-site-generators/hugo/list-page-templates/)