From b2157bdf784879cc01d8b1abb845a8b411d70824 Mon Sep 17 00:00:00 2001 From: andrewmoise Date: Wed, 27 Mar 2024 10:09:17 +0000 Subject: [PATCH] docs: update some invalid documentation links (#983) Update some documentation links (some were dead links) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- exampleSite/hugo.yaml | 2 +- layouts/partials/sidebar/left.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 07743e1..81f8833 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! Please provide as much information as possible and make sure you have checked the [documentation](https://stack.jimmycai.com/). + Thanks for taking the time to fill out this bug report! Please provide as much information as possible and make sure you have checked the [documentation](https://stack.jimmycai.com/guide/). - type: textarea id: what-happened attributes: diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index d8c02fe..a1e3829 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -203,7 +203,7 @@ params: enabled: true ### Custom menu -### See https://docs.stack.jimmycai.com/configuration/custom-menu.html +### See https://stack.jimmycai.com/config/menu ### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter menu: main: [] diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html index e390a9f..3fd7fe4 100644 --- a/layouts/partials/sidebar/left.html +++ b/layouts/partials/sidebar/left.html @@ -65,7 +65,7 @@ {{ $icon := default .Pre .Params.Icon }} {{ if .Pre }} - {{ warnf "Menu item [%s] is using [pre] field to set icon, please use [params.icon] instead.\nMore information: https://docs.stack.jimmycai.com/configuration/custom-menu.html" .URL }} + {{ warnf "Menu item [%s] is using [pre] field to set icon, please use [params.icon] instead.\nMore information: https://stack.jimmycai.com/config/menu" .URL }} {{ end }} {{ with $icon }} {{ partial "helper/icon" . }}