Skip to content

Commit 7f7754b

Browse files
committed
fix: remove trailing slash from internal URL
1 parent c4f9711 commit 7f7754b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const themeConfig = ({
227227
},
228228
{
229229
label: 'Open source',
230-
href: `${absoluteUrl}/open-source/`, // we need a trailing slash here, we'd get redirected there anyway
230+
href: `${absoluteUrl}/open-source`,
231231
position: 'left',
232232
target: '_self',
233233
rel: 'dofollow',

0 commit comments

Comments
 (0)