Browse Source

fix markdown link

Zeke Sikelianos 8 years ago
parent
commit
582662e40f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/electron-versioning.md

+ 1 - 1
docs/tutorial/electron-versioning.md

@@ -48,4 +48,4 @@ The `--save-exact` flag will add `electron` to your `package.json` file without
 using a `^` or `~`, e.g. `1.6.2` instead of `^1.6.2`. This practice ensures that
 all upgrades of Electron are a manual operation made by you, the developer.
 
-[Semantic Versioning](http://semver.org)
+[Semantic Versioning]: http://semver.org