diff options
author | Loïc Hoguin <[email protected]> | 2017-10-03 18:05:23 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-10-03 18:05:23 +0200 |
commit | d3f15cfd8b2bb4c0c697bd995dfa4546474235ad (patch) | |
tree | f137e374e4dc35b08c50573f6c696695551072fa /README.asciidoc | |
parent | 716a052b1551f7e62e87807fcd8b6de1bd77caee (diff) | |
download | cowboy-d3f15cfd8b2bb4c0c697bd995dfa4546474235ad.tar.gz cowboy-d3f15cfd8b2bb4c0c697bd995dfa4546474235ad.tar.bz2 cowboy-d3f15cfd8b2bb4c0c697bd995dfa4546474235ad.zip |
Make a few link use https2.0.0
Diffstat (limited to 'README.asciidoc')
-rw-r--r-- | README.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc index 3c38548..bff474c 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -18,8 +18,8 @@ Cowboy is *clean* and *well tested* Erlang code. == Online documentation -* http://ninenines.eu/docs/en/cowboy/2.0/guide[User guide] -* http://ninenines.eu/docs/en/cowboy/2.0/manual[Function reference] +* https://ninenines.eu/docs/en/cowboy/2.0/guide[User guide] +* https://ninenines.eu/docs/en/cowboy/2.0/manual[Function reference] == Offline documentation @@ -34,4 +34,4 @@ Cowboy is *clean* and *well tested* Erlang code. * Official IRC Channel: #ninenines on irc.freenode.net * https://github.com/ninenines/cowboy/issues[Issues tracker] -* http://ninenines.eu/services[Commercial Support] +* https://ninenines.eu/services[Commercial Support] |