diff --git a/docs/content/themes/creation.md b/docs/content/themes/creation.md index ada6bc58a..e2a61b91d 100644 --- a/docs/content/themes/creation.md +++ b/docs/content/themes/creation.md @@ -16,7 +16,7 @@ using the `hugo new` command. This command will initialize all of the files and directories a basic theme would need. Hugo themes are written in the go template language. If you are new -to Go, the [go template primer](/templates/primer/) will help you get started. +to Go, the [go template primer](/layout/go-templates/) will help you get started. ## Theme Components