Skip to content

Commit ebcde60

Browse files
authored
chore: use HTTPS for electronjs.org URLs (#40)
1 parent 314de1c commit ebcde60

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 @@
1-
export const WEBSITE_BASE_DOCS_URL = 'http://electronjs.org';
1+
export const WEBSITE_BASE_DOCS_URL = 'https://electronjs.org';
22
export const REPO_BASE_DOCS_URL = (version: string) =>
33
`https://github.com/electron/electron/blob/${version}/docs/api`;

0 commit comments

Comments
 (0)