Skip to content

Commit 57bf043

Browse files
authored
Correct anchor ID link
Correct the "Setup the prerequisites" anchored link. ## -> # , Setup -> setup , and %20(space) -> -(dash or hyphen) since that's what the id actually uses. There may be other ways to correct this that are better in mkdocs or to preserve the link (like changing the anchor to actually use uppercase S and spaces for example).
1 parent 4ead1d7 commit 57bf043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/contribute/rockydocs_webdev_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Running a local copy of the documentation website might be useful in the followi
1717

1818
## Create the content environment
1919

20-
1. Make sure that the prerequisites are satisfied. If not please skip to the "[Setup the prerequisites](##Setup the prerequisites)" section and then return here.
20+
1. Make sure that the prerequisites are satisfied. If not please skip to the "[Setup the prerequisites](#setup-the-prerequisites)" section and then return here.
2121

2222
2. Change the current working directory on your local system to a folder where you intend to do your writing.
2323
We'll refer to this directory as

0 commit comments

Comments
 (0)