aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-30 14:18:14 +0200
committerLoïc Hoguin <[email protected]>2016-08-30 14:18:14 +0200
commit8fc1371df8e11074496b8cdc27363ad7e4f88934 (patch)
tree378dc77fc9674ad311f20d558a8fc00d98b4b1e7 /README.md
parent4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0 (diff)
downloadcowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.tar.gz
cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.tar.bz2
cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.zip
Minor documentation fixes
"make docs" should now work again.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c62e96..bb2ea24 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ to handlers written in Erlang.
Because it uses Ranch for managing connections, Cowboy can easily be
**embedded** in any other application.
-No parameterized module. No process dictionary. **Clean** Erlang code.
+Cowboy is **clean** and **well tested** Erlang code.
Sponsors
--------
@@ -31,8 +31,8 @@ It has since been superseded by HTTP/2.
Online documentation
--------------------
- * [User guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide)
- * [Function reference](http://ninenines.eu/docs/en/cowboy/HEAD/manual)
+ * [User guide](http://ninenines.eu/docs/en/cowboy/2.0/guide)
+ * [Function reference](http://ninenines.eu/docs/en/cowboy/2.0/manual)
Offline documentation
---------------------