Merge pull request #11364 from electron/groundwater-patch-1

docs: README make versioning link relative
This commit is contained in:
Zeke Sikelianos 2017-12-06 15:00:42 -08:00 committed by GitHub
commit af756e2441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,10 +35,10 @@ 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).
[installation](docs/tutorial/installation.md).
## Quick start