Skip to content

Commit

Permalink
Fix bad "Edit this page" link.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Jan 8, 2025
1 parent 31785c9 commit 500120e
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 500120e

Please sign in to comment.