We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866dee8 commit c003406Copy full SHA for c003406
src/constants.ts
@@ -1,3 +1,3 @@
1
export const WEBSITE_BASE_DOCS_URL = 'https://electronjs.org';
2
export const REPO_BASE_DOCS_URL = (version: string) =>
3
- `https://github.com/electron/electron/blob/${version}`;
+ `https://github.com/electron/electron/blob/v${version}`;
0 commit comments