From e71ceac1c7877c3c9b91fd6639563b3a9f8ecf53 Mon Sep 17 00:00:00 2001 From: Reorx Date: Thu, 14 Apr 2022 17:53:21 +0800 Subject: [PATCH] exampleSite: fix links --- exampleSite/content/docs/installation.md | 8 ++++---- exampleSite/content/docs/math-typesetting.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/docs/installation.md b/exampleSite/content/docs/installation.md index 9c4502d..df8c0d7 100644 --- a/exampleSite/content/docs/installation.md +++ b/exampleSite/content/docs/installation.md @@ -107,13 +107,13 @@ hugo mod get -u ## Quick Links -- ### [Papermod - Features](../papermod-features) +- ### [Papermod - Features](../features) -- ### [Papermod - FAQs](../papermod-how-to) +- ### [Papermod - FAQs](../faq) -- ### [Papermod - Variables](../papermod-variables) +- ### [Papermod - Variables](../variables) -- ### [Papermod - Icons](../papermod-icons) +- ### [Papermod - Icons](../icons) - ### [ChangeLog](https://github.com/reorx/hugo-PaperModX/releases) diff --git a/exampleSite/content/docs/math-typesetting.md b/exampleSite/content/docs/math-typesetting.md index a8690e8..e728eec 100644 --- a/exampleSite/content/docs/math-typesetting.md +++ b/exampleSite/content/docs/math-typesetting.md @@ -19,7 +19,7 @@ In this example we will be using [KaTeX](https://katex.org/) - Create a partial under `/layouts/partials/math.html` - Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally. -- Include the partial in your templates ([`extend_head.html`](../papermod/papermod-faq/#custom-head--footer)) like so: +- Include the partial in your templates ([`extend_head.html`](../faq/#custom-head--footer)) like so: - refer [ISSUE #236](https://github.com/adityatelange/hugo-PaperMod/issues/236) ```bash