Skip to content

Commit 12fce10

Browse files
committed
BUG: fix "Get Help" links in sidebar
1 parent adae15d commit 12fce10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ languages:
108108
- text: Code of conduct
109109
link: /code-of-conduct
110110
- text: Get help
111-
link: /help
111+
link: /gethelp
112112
- text: Contribute
113113
link: /contribute
114114
column3:
@@ -172,7 +172,7 @@ languages:
172172
- text: Code of conduct
173173
link: /nl/code-of-conduct
174174
- text: Get help
175-
link: /nl/help
175+
link: /nl/gethelp
176176
- text: Contribute
177177
link: /nl/contribute
178178
column3:

layouts/partials/single/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="shortcuts-title">Shortcuts</div>
44
<div id="shortcuts"></div>
55
<div class="sidebar-links">
6-
<a href="/help">Get Help</a>
6+
<a href="/gethelp">Get Help</a>
77
</div>
88
</div>
99
<div class="content-container">

0 commit comments

Comments
 (0)