From d8368d36dba98c1b7f4cf69d0fd07cf0ea316467 Mon Sep 17 00:00:00 2001 From: Jacob Groundwater Date: Wed, 6 Dec 2017 11:15:10 -0800 Subject: [PATCH 1/2] docs: README make versioning link relative I think we're making links relative within the docs, and not directly pointing to the electronjs.org website. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b1721c66f6..6a875edaa6ed 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](https://electronjs.org/docs/tutorial/versioning). +[Electron versioning](docs/tutorial/versioning.md). For more installation options and troubleshooting tips, see [installation](https://electronjs.org/docs/tutorial/installation). From 8efeb4b71a5d6bf108854d793928b7c099650fad Mon Sep 17 00:00:00 2001 From: Jacob Groundwater Date: Wed, 6 Dec 2017 14:32:11 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a875edaa6ed..2dd16b2ad77a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ versioning. For info on how to manage Electron versions in your apps, see [Electron versioning](docs/tutorial/versioning.md). For more installation options and troubleshooting tips, see -[installation](https://electronjs.org/docs/tutorial/installation). +[installation](docs/tutorial/installation.md). ## Quick start