diff --git a/content/docs/reference/modules/en.md b/content/docs/reference/modules/en.md index 432e35ed3..74ae94c19 100644 --- a/content/docs/reference/modules/en.md +++ b/content/docs/reference/modules/en.md @@ -595,6 +595,4 @@ letter `v` followed by a semantic version. See the section on ## Related content -- Tutorial: [Working with a custom module registry]({{< relref - "docs/tutorial/working-with-a-custom-module-registry" - >}}) +- {{< linkto/related/tutorial "working-with-a-custom-module-registry" >}} diff --git a/content/docs/tutorial/working-with-a-custom-module-registry/en.md b/content/docs/tutorial/working-with-a-custom-module-registry/en.md index 489facdb0..9f2794ef5 100644 --- a/content/docs/tutorial/working-with-a-custom-module-registry/en.md +++ b/content/docs/tutorial/working-with-a-custom-module-registry/en.md @@ -526,3 +526,5 @@ dependency resolution. {{{end}}} ## Related content + +- {{< linkto/related/reference "modules" >}} diff --git a/hugo/content/en/docs/reference/modules/index.md b/hugo/content/en/docs/reference/modules/index.md index 432e35ed3..74ae94c19 100644 --- a/hugo/content/en/docs/reference/modules/index.md +++ b/hugo/content/en/docs/reference/modules/index.md @@ -595,6 +595,4 @@ letter `v` followed by a semantic version. See the section on ## Related content -- Tutorial: [Working with a custom module registry]({{< relref - "docs/tutorial/working-with-a-custom-module-registry" - >}}) +- {{< linkto/related/tutorial "working-with-a-custom-module-registry" >}} diff --git a/hugo/content/en/docs/tutorial/working-with-a-custom-module-registry/index.md b/hugo/content/en/docs/tutorial/working-with-a-custom-module-registry/index.md index c585a4cb1..c9329fa4a 100644 --- a/hugo/content/en/docs/tutorial/working-with-a-custom-module-registry/index.md +++ b/hugo/content/en/docs/tutorial/working-with-a-custom-module-registry/index.md @@ -554,3 +554,5 @@ dependency resolution. {{< /step >}} ## Related content + +- {{< linkto/related/reference "modules" >}}