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 314de1c commit ebcde60Copy full SHA for ebcde60
src/constants.ts
@@ -1,3 +1,3 @@
1
-export const WEBSITE_BASE_DOCS_URL = 'http://electronjs.org';
+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`;
0 commit comments