Skip to content

Commit e36e6d0

Browse files
committed
[skip CI] update links to new website
1 parent 5b94d27 commit e36e6d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ module.exports = (api, options) => {
306306
`If you are using Spectron, make sure to set the IS_TEST env variable to true.`
307307
)
308308
console.log(
309-
'Learn more about debugging the main process at https://github.com/nklayman/vue-cli-plugin-electron-builder#debugging.'
309+
'Learn more about debugging the main process at https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/testingAndDebugging.html#debugging.'
310310
)
311311
} else if (args.headless) {
312312
// Log information for spectron

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-beta.4",
44
"description": "A Vue Cli 3 plugin for Electron with no required configuration",
55
"main": "index.js",
6+
"homepage": "https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/testingAndDebugging.html#debugging",
67
"scripts": {
78
"test": "jest",
89
"pretest": "rimraf __tests__/projects/*",

0 commit comments

Comments
 (0)