@apify/docs-theme 1.0.160 → 1.0.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.160",
3
+ "version": "1.0.161",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -227,7 +227,7 @@ const themeConfig = ({
227
227
  },
228
228
  {
229
229
  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`,
231
231
  position: 'left',
232
232
  target: '_self',
233
233
  rel: 'dofollow',