From 85b1cd08d3dd636de02349c90254cc4060997739 Mon Sep 17 00:00:00 2001 From: Jacob Groundwater Date: Tue, 5 Dec 2017 14:13:56 -0800 Subject: [PATCH] docs: use relative links --- docs/tutorial/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/installation.md b/docs/tutorial/installation.md index e5b4091dc9be..48d4fec1fb58 100644 --- a/docs/tutorial/installation.md +++ b/docs/tutorial/installation.md @@ -11,7 +11,7 @@ npm install electron --save-dev ``` See the -[Electron versioning doc](https://electron.atom.io/docs/versioning/) +[Electron versioning doc](versioning.md) for info on how to manage Electron versions in your apps. ## Global Installation @@ -74,4 +74,4 @@ npm install --verbose electron ``` If you need to force a re-download of the asset and the SHASUM file set the -`force_no_cache` enviroment variable to `true`. \ No newline at end of file +`force_no_cache` enviroment variable to `true`.