diff --git a/repo/core/enhancerMenu.js b/repo/core/enhancerMenu.js index 795224b..caa6380 100644 --- a/repo/core/enhancerMenu.js +++ b/repo/core/enhancerMenu.js @@ -85,7 +85,7 @@ window['__start'] = async () => { // update checker fetch( - `https://api.github.com/repos/dragonwocky/notion-enhancer/releases/latest` + `https://api.github.com/repos/notion-enhancer/notion-enhancer/releases/latest` ) .then((res) => res.json()) .then((res) => { diff --git a/repo/core/tray.js b/repo/core/tray.js index f43f47a..c86c9d4 100644 --- a/repo/core/tray.js +++ b/repo/core/tray.js @@ -157,7 +157,7 @@ module.exports = (store, __exports) => { label: 'GitHub', click: () => { electron.shell.openExternal( - 'https://github.com/dragonwocky/notion-enhancer/blob/master/DOCUMENTATION.md' + 'https://github.com/notion-enhancer/notion-enhancer/blob/master/DOCUMENTATION.md' ); }, }, @@ -176,7 +176,7 @@ module.exports = (store, __exports) => { label: 'Bug Report', click: () => { electron.shell.openExternal( - 'https://github.com/dragonwocky/notion-enhancer/issues/new?labels=bug&template=bug-report.md' + 'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=bug&template=bug-report.md' ); }, }, @@ -185,7 +185,7 @@ module.exports = (store, __exports) => { label: 'Feature Request', click: () => { electron.shell.openExternal( - 'https://github.com/dragonwocky/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md' + 'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md' ); }, }, diff --git a/repo/custom-inserts/mod.js b/repo/custom-inserts/mod.js index d793b90..9c05008 100644 --- a/repo/custom-inserts/mod.js +++ b/repo/custom-inserts/mod.js @@ -13,7 +13,7 @@ module.exports = { tags: ['extension'], name: 'custom inserts', desc: `link files for small client-side tweaks. (not sure how to do something? check out the - [tweaks](https://github.com/dragonwocky/notion-enhancer/blob/master/TWEAKS.md) collection.)`, + [tweaks](https://github.com/notion-enhancer/notion-enhancer/blob/master/TWEAKS.md) collection.)`, version: '0.1.3', author: 'dragonwocky', options: [