mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 18:46:00 -04:00
Fix typo in # anchor links (#936)
Remove all trailing `/` slash in `#` anchor links. Find `(\[.*\]:.*#.*)/$` and replace with `$1` to do the work.
This commit is contained in:
parent
a3e1b0ae48
commit
dbfd3333bb
@ -187,7 +187,7 @@ It's possible to set some options for Markdown rendering in a content's front ma
|
|||||||
* [JSON Spec][json]
|
* [JSON Spec][json]
|
||||||
|
|
||||||
[variables]: /variables/
|
[variables]: /variables/
|
||||||
[aliases]: /content-management/urls/#aliases/
|
[aliases]: /content-management/urls/#aliases
|
||||||
[archetype]: /content-management/archetypes/
|
[archetype]: /content-management/archetypes/
|
||||||
[bylinktitle]: /templates/lists/#by-link-title
|
[bylinktitle]: /templates/lists/#by-link-title
|
||||||
[config]: /getting-started/configuration/ "Hugo documentation for site configuration"
|
[config]: /getting-started/configuration/ "Hugo documentation for site configuration"
|
||||||
|
@ -549,8 +549,8 @@ See the documentation on [`where` function][wherefunction] and
|
|||||||
[sections]: /content-management/sections/
|
[sections]: /content-management/sections/
|
||||||
[sectiontemps]: /templates/section-templates/
|
[sectiontemps]: /templates/section-templates/
|
||||||
[sitevars]: /variables/site/
|
[sitevars]: /variables/site/
|
||||||
[taxlists]: /templates/taxonomy-templates/#taxonomy-list-templates/
|
[taxlists]: /templates/taxonomy-templates/#taxonomy-list-templates
|
||||||
[taxterms]: /templates/taxonomy-templates/#taxonomy-terms-templates/
|
[taxterms]: /templates/taxonomy-templates/#taxonomy-terms-templates
|
||||||
[taxvars]: /variables/taxonomy/
|
[taxvars]: /variables/taxonomy/
|
||||||
[views]: /templates/views/
|
[views]: /templates/views/
|
||||||
[wherefunction]: /functions/where/
|
[wherefunction]: /functions/where/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user