From ef7c5c8e9cc4eb67a57bcb528ce7640782ff281d Mon Sep 17 00:00:00 2001 From: mikoto2000 Date: Wed, 13 Dec 2017 22:18:00 +0900 Subject: [PATCH] Fix 'electron-versioning' link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b114f80da076..160dae790823 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm install electron --save-dev --save-exact The `--save-exact` flag is recommended as Electron does not follow semantic versioning. For info on how to manage Electron versions in your apps, see -[Electron versioning](docs/tutorial/versioning.md). +[Electron versioning](docs/tutorial/electron-versioning.md). For more installation options and troubleshooting tips, see [installation](docs/tutorial/installation.md).