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.
This commit is contained in:
Jacob Groundwater 2017-12-06 11:15:10 -08:00 committed by GitHub
parent 4355f554cc
commit d8368d36db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ npm install electron --save-dev --save-exact
The `--save-exact` flag is recommended as Electron does not follow semantic 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 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 For more installation options and troubleshooting tips, see
[installation](https://electronjs.org/docs/tutorial/installation). [installation](https://electronjs.org/docs/tutorial/installation).