Skip to content

Commit fd327e8

Browse files
isaacsovflowd
authored andcommitted
fix: correct 'Edit this page' links
1 parent 0c3643f commit fd327e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/util/gitHubUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const createGitHubSlugger = () => {
1010
};
1111

1212
export const getGitHubBlobUrl = (filename: string) =>
13-
`https://github.com/nodejs/nodejs.org/blob/main/pages/en/${filename}`;
13+
`https://github.com/nodejs/nodejs.org/blob/main/apps/site/pages/en/${filename}`;
1414

1515
export const getGitHubApiDocsUrl = (ref: string) =>
1616
`https://api.github.com/repos/nodejs/node/contents/doc/api?ref=${ref}`;

0 commit comments

Comments
 (0)