Skip to content

Commit c003406

Browse files
authored
fix: include 'v' prefix on version in GitHub URL (#47)
1 parent 866dee8 commit c003406

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}`;
3+
`https://github.com/electron/electron/blob/v${version}`;

0 commit comments

Comments
 (0)