Skip to content

Commit

Permalink
docs: use relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
groundwater authored Dec 5, 2017
1 parent 8eed8bd commit 85b1cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.

0 comments on commit 85b1cd0

Please sign in to comment.