fix more relative links

This commit is contained in:
Zeke Sikelianos 2017-12-06 15:00:11 -08:00
parent fa09ff3cbb
commit 61937eac0a
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ As of version 2.0 Electron [follows `semver`](http://semver.org).
For most applications, and using any recent version of npm,
running `$ npm install electron` will do the right thing.
The version update process is detailed explicitly in our [Versioning Doc](versioning.md).
The version update process is detailed explicitly in our [Versioning Doc](electron-versioning.md).
### LTS

View file

@ -11,7 +11,7 @@ npm install electron --save-dev
```
See the
[Electron versioning doc](versioning.md)
[Electron versioning doc](electron-versioning.md)
for info on how to manage Electron versions in your apps.
## Global Installation