Skip to content

Commit 15cc7cc

Browse files
authored
Fix editLink (#53)
1 parent 1c52049 commit 15cc7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.web/docs/shared/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const projects: DefaultTheme.NavItem[] = [
1616

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

0 commit comments

Comments
 (0)