Skip to content

Commit

Permalink
fix more relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Dec 6, 2017
1 parent fa09ff3 commit 61937ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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](versioning.md)
[Electron versioning doc](electron-versioning.md)
for info on how to manage Electron versions in your apps.

## Global Installation
Expand Down

0 comments on commit 61937ea

Please sign in to comment.