From 70baf86ce2d95aaaf683adb91afb6b46229a4b6f Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Sun, 20 Mar 2016 03:36:27 +0900 Subject: [PATCH] :memo: Correct link anchor --- docs/tutorial/debugging-main-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/debugging-main-process.md b/docs/tutorial/debugging-main-process.md index c7a373f0a453..67f349d9f273 100644 --- a/docs/tutorial/debugging-main-process.md +++ b/docs/tutorial/debugging-main-process.md @@ -44,7 +44,7 @@ $ node_modules/.bin/node-pre-gyp --target=0.36.11 --runtime=electron --fallback- $ node_modules/.bin/node-pre-gyp --target=0.36.11 --runtime=electron --fallback-to-build --directory node_modules/v8-profiler/ --dist-url=https://atom.io/download/atom-shell reinstall ``` -See also [How to install native modules](using-native-node-modules.md). +See also [How to install native modules][how-to-install-native-modules]. ### 5. Enable debug mode for Electron