Skip to content

Commit fa9bfe7

Browse files
authored
fix: correct GitHub repo base URL (#44)
1 parent a3f4ba9 commit fa9bfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const WEBSITE_BASE_DOCS_URL = 'https://electronjs.org';
22
export const REPO_BASE_DOCS_URL = (version: string) =>
3-
`https://github.com/electron/electron/blob/${version}/docs/api`;
3+
`https://github.com/electron/electron/blob/${version}`;

0 commit comments

Comments
 (0)