Skip to content

Commit

Permalink
Merge pull request #229 from telepresenceio/thallgren/edit-this-page-…
Browse files Browse the repository at this point in the history
…link

Fix bad "Edit this page" link.
  • Loading branch information
thallgren authored Jan 8, 2025
2 parents 31785c9 + 500120e commit 809c0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const config: Config = {
},
docs: {
editUrl: ({docPath}) => {
return `https://github.com/telepresenceio/telepresence/tree/thallgren/add-documentation/docs/${docPath}`
return `https://github.com/telepresenceio/telepresence/tree/release/v2/docs/${docPath}`
},
exclude: ['**/release-notes.md', '**/README.md', '**/CONTRIBUTING.md'],
includeCurrentVersion: false,
Expand Down

0 comments on commit 809c0b1

Please sign in to comment.