diff options
author | Loïc Hoguin <[email protected]> | 2017-11-09 12:05:22 +0000 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-11-09 12:05:22 +0000 |
commit | 44d96ed9be3818f5540a16117223c505800dcc21 (patch) | |
tree | 7fdcc68f5b8a256b7b17808a27b3eeaba5acd31f | |
parent | 1e883248640c2b3d9a7d640c79ff729b334a5294 (diff) | |
download | cowboy-5075bb45739188361b85aef0743cea456d0793b8.tar.gz cowboy-5075bb45739188361b85aef0743cea456d0793b8.tar.bz2 cowboy-5075bb45739188361b85aef0743cea456d0793b8.zip |
Add missing changes for 2.1 release2.1.0
-rw-r--r-- | README.asciidoc | 4 | ||||
-rw-r--r-- | doc/src/guide/getting_started.asciidoc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc index bff474c..2966c68 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -18,8 +18,8 @@ Cowboy is *clean* and *well tested* Erlang code. == Online documentation -* https://ninenines.eu/docs/en/cowboy/2.0/guide[User guide] -* https://ninenines.eu/docs/en/cowboy/2.0/manual[Function reference] +* https://ninenines.eu/docs/en/cowboy/2.1/guide[User guide] +* https://ninenines.eu/docs/en/cowboy/2.1/manual[Function reference] == Offline documentation diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index a30e4f0..3f145bb 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.0.0 +dep_cowboy_commit = 2.1.0 DEP_PLUGINS = cowboy |