Skip to content

Commit

Permalink
docs: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 30, 2024
1 parent 4ecad7a commit 522363b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
],
logo: '/img/plugin-logo.svg',
editLink: {
pattern: 'https://github.com/nystudio107/craft-imageoptimize/edit/develop/docs/docs/:path',
pattern: 'https://github.com/nystudio107/craft-imageoptimize/edit/develop-v4/docs/docs/:path',
text: 'Edit this page on GitHub'
},
algolia: {
Expand Down Expand Up @@ -51,7 +51,7 @@ export default defineConfig({
text: 'v4', items: [
{text: 'v5', link: 'https://nystudio107.com/docs/image-optimize/'},
{text: 'v4', link: '/'},
{text: 'v3', link: 'https://nystudio107.com/docs/image-optimize/v1/'},
{text: 'v1', link: 'https://nystudio107.com/docs/image-optimize/v1/'},
],
},
],
Expand Down

0 comments on commit 522363b

Please sign in to comment.