fix more relative links
This commit is contained in:
parent
fa09ff3cbb
commit
61937eac0a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue