diff options
author | Loïc Hoguin <[email protected]> | 2014-08-02 12:11:54 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-08-02 12:11:54 +0200 |
commit | ee370accec8097d1d6ce58ef0dd0c709b401e561 (patch) | |
tree | 756107d91394c07441dfb6be1867caf3c1f79017 /doc | |
parent | 021f4f6069e5fae326bdfb0acb12c6500082fa44 (diff) | |
download | cowboy-ee370accec8097d1d6ce58ef0dd0c709b401e561.tar.gz cowboy-ee370accec8097d1d6ce58ef0dd0c709b401e561.tar.bz2 cowboy-ee370accec8097d1d6ce58ef0dd0c709b401e561.zip |
Fix bad link format in the guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/guide/introduction.ezdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/introduction.ezdoc b/doc/src/guide/introduction.ezdoc index e8281de..18345df 100644 --- a/doc/src/guide/introduction.ezdoc +++ b/doc/src/guide/introduction.ezdoc @@ -40,7 +40,7 @@ modifications but there is no guarantee that it will work as expected. :: Versioning -Cowboy uses [Semantic Versioning 2.0.0](http://semver.org/). +Cowboy uses ^"Semantic Versioning 2.0.0^http://semver.org/^. :: Conventions |