Skip to content

Commit

Permalink
Fix editLink
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer authored Apr 16, 2024
1 parent 59c2226 commit 0de7431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .web/docs/shared/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const projects: DefaultTheme.NavItem[] = [

export const editLink = (project: string): DefaultTheme.EditLink => {
return {
pattern: `${gitHubLink}/docs/edit/main/docs/${project}/:path`,
pattern: `${gitHubLink}/${project}/edit/main/.web/docs/:path`,
text: 'Suggest changes to this page'
}
}
}

0 comments on commit 0de7431

Please sign in to comment.