Skip to content

Commit 1d29621

Browse files
committed
fix(templates/background): update docs link
1 parent 2642529 commit 1d29621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/templates/base/src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function createWindow () {
1919
// Create the browser window.
2020
win = new BrowserWindow({ width: 800, height: 600, webPreferences: {
2121
// Use pluginOptions.nodeIntegration, leave this alone
22-
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/configuration.html#node-integration for more info
22+
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
2323
nodeIntegration: process.env.ELECTRON_NODE_INTEGRATION
2424
} })
2525

0 commit comments

Comments
 (0)