Browse Source

fix more relative links

Zeke Sikelianos 7 years ago
parent
commit
61937eac0a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/tutorial/about.md
  2. 1 1
      docs/tutorial/installation.md

+ 1 - 1
docs/tutorial/about.md

@@ -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
 

+ 1 - 1
docs/tutorial/installation.md

@@ -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