docs: use relative links
This commit is contained in:
parent
8eed8bdee7
commit
85b1cd08d3
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ npm install electron --save-dev
|
|||
```
|
||||
|
||||
See the
|
||||
[Electron versioning doc](https://electron.atom.io/docs/versioning/)
|
||||
[Electron versioning doc](versioning.md)
|
||||
for info on how to manage Electron versions in your apps.
|
||||
|
||||
## Global Installation
|
||||
|
@ -74,4 +74,4 @@ npm install --verbose electron
|
|||
```
|
||||
|
||||
If you need to force a re-download of the asset and the SHASUM file set the
|
||||
`force_no_cache` enviroment variable to `true`.
|
||||
`force_no_cache` enviroment variable to `true`.
|
||||
|
|
Loading…
Reference in a new issue