aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-17 17:16:43 +0200
committerLoïc Hoguin <[email protected]>2013-05-17 17:16:43 +0200
commit22f961a7e8255ab86d22f7be783bfe278d882680 (patch)
treeb7ef0c791fbab5b46cb9d9510889749698967add
parent666c59bc422172562673916ed3a8a796c4f9fbf4 (diff)
downloadcowboy-22f961a7e8255ab86d22f7be783bfe278d882680.tar.gz
cowboy-22f961a7e8255ab86d22f7be783bfe278d882680.tar.bz2
cowboy-22f961a7e8255ab86d22f7be783bfe278d882680.zip
Add Cowboy manual to README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 730995b..a543ede 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,9 @@ No parameterized module. No process dictionary. **Clean** Erlang code.
Getting Started
---------------
- * [Read the guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide/introduction)
+ * [Read the guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide)
+ * [Check the manual](http://ninenines.eu/docs/en/cowboy/HEAD/manual)
* Look at the examples in the `examples/` directory
- * Build API documentation with `make docs`; open `doc/index.html`
Support
-------