mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Add missing changes for 2.1 release
This commit is contained in:
parent
1e88324864
commit
44d96ed9be
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue