Skip to content

Commit

Permalink
fix: remove trailing slash from internal URL
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jan 16, 2025
1 parent c4f9711 commit 7f7754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apify-docs-theme/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const themeConfig = ({
},
{
label: 'Open source',
href: `${absoluteUrl}/open-source/`, // we need a trailing slash here, we'd get redirected there anyway
href: `${absoluteUrl}/open-source`,
position: 'left',
target: '_self',
rel: 'dofollow',
Expand Down

0 comments on commit 7f7754b

Please sign in to comment.