Fix Custom Hugo Shortcodes link (#9881)
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>pull/9890/head
parent
1894eaf998
commit
a89faee491
|
@ -54,7 +54,7 @@ make your first contribution, and use it when you have questions.
|
|||
|
||||
Changes to the style guide are made by SIG Docs as a group. To propose a change
|
||||
or addition, [add it to the agenda](https://docs.google.com/document/d/1Ds87eRiNZeXwRBEbFr6Z7ukjbTow5RQcNZLaSvWWQsE/edit#) for an upcoming SIG Docs meeting, and attend the meeting to participate in the
|
||||
discussion. See the [advanced contribution](advanced.md) topic for more
|
||||
discussion. See the [advanced contribution](/docs/contribute/advanced/) topic for more
|
||||
information.
|
||||
|
||||
### Page templates
|
||||
|
|
|
@ -94,7 +94,7 @@ The site links in the top-right menu -- and also in the footer -- are built by p
|
|||
|
||||
In addition to standalone content pages (Markdown files), Hugo supports [Page Bundles](https://gohugo.io/content-management/page-bundles/).
|
||||
|
||||
One example is [Custom Hugo Shortcodes](/docs/home/contribute/includes/). It is a socalled `leaf bundle`. Everything below the directory with the `index.md` will be part of the bundle, with page-relative links, images can be processed etc.:
|
||||
One example is [Custom Hugo Shortcodes](/docs/contribute/style/hugo-shortcodes/). It is a socalled `leaf bundle`. Everything below the directory with the `index.md` will be part of the bundle, with page-relative links, images can be processed etc.:
|
||||
|
||||
```bash
|
||||
en/docs/home/contribute/includes
|
||||
|
@ -134,7 +134,7 @@ The `SASS` source of the stylesheets for this site is stored below `src/sass` an
|
|||
|
||||
{{% capture whatsnext %}}
|
||||
|
||||
* [Custom Hugo shortcodes](/docs/contribute/style/hugo_shortcodes)
|
||||
* [Custom Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/)
|
||||
* [Style guide](/docs/contribute/style/style-guide)
|
||||
|
||||
{{% /capture %}}
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
/docs/home/contribute/ /docs/contribute/ 301
|
||||
/docs/home/contribute/content-organization/ /docs/contribute/style/content-organization/ 301
|
||||
/docs/home/contribute/create-pull-request/ /docs/contribute/foundational/ 301
|
||||
/docs/home/contribute/includes/ /docs/contribute/style/hugo_shortcodes/ 301
|
||||
/docs/home/contribute/includes/ /docs/contribute/style/hugo-shortcodes/ 301
|
||||
/docs/home/contribute/style-guide/ /docs/contribute/style/style-guide/ 301
|
||||
/docs/home/contribute/generated-reference/federation-api/ /docs/contribute/generate-ref-docs/federation-api/ 301
|
||||
/docs/home/contribute/generated-reference/kubectl/ /docs/contribute/generate-ref-docs/kubectl/ 301
|
||||
|
|
Loading…
Reference in New Issue