Skip to content

Commit

Permalink
chore: use HTTPS for electronjs.org URLs (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Oct 13, 2020
1 parent 314de1c commit ebcde60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const WEBSITE_BASE_DOCS_URL = 'http://electronjs.org';
export const WEBSITE_BASE_DOCS_URL = 'https://electronjs.org';
export const REPO_BASE_DOCS_URL = (version: string) =>
`https://github.com/electron/electron/blob/${version}/docs/api`;

0 comments on commit ebcde60

Please sign in to comment.