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 c76f1bf commit 7d7e204Copy full SHA for 7d7e204
src/app-space.js
@@ -87,7 +87,7 @@ const appSpace = {
87
label: locale.i18n.helpDocumentation,
88
accelerator: system.isMacOS ? 'command+h' : 'ctrl+h',
89
click: () => {
90
- system.openBrowser('https://fankes.github.io/YukiHookAPI');
+ system.openBrowser('https://highcapable.github.io/YukiHookAPI');
91
}
92
});
93
const openSourceChildItem = new MenuItem({
0 commit comments