Skip to content

Commit

Permalink
fix: correct GitHub repo base URL (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Oct 21, 2020
1 parent a3f4ba9 commit fa9bfe7
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 = 'https://electronjs.org';
export const REPO_BASE_DOCS_URL = (version: string) =>
`https://github.com/electron/electron/blob/${version}/docs/api`;
`https://github.com/electron/electron/blob/${version}`;

0 comments on commit fa9bfe7

Please sign in to comment.