You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: docs/guides/contribute/rockydocs_webdev_v2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Running a local copy of the documentation website might be useful in the followi
17
17
18
18
## Create the content environment
19
19
20
-
1. Make sure that the prerequisites are satisfied. If not please skip to the "[Setup the prerequisites](##Setup theprerequisites)" 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.
21
21
22
22
2. Change the current working directory on your local system to a folder where you intend to do your writing.
0 commit comments