diff --git a/apify-docs-theme/src/config.js b/apify-docs-theme/src/config.js index f3c0e1a54..060786b9e 100644 --- a/apify-docs-theme/src/config.js +++ b/apify-docs-theme/src/config.js @@ -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',