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 a3f4ba9 commit fa9bfe7Copy full SHA for fa9bfe7
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}/docs/api`;
+ `https://github.com/electron/electron/blob/${version}`;
0 commit comments