aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-11-25 15:02:42 +0100
committerLoïc Hoguin <[email protected]>2013-11-25 15:02:42 +0100
commitd2318c0a286daf51b4fe8afc5c6a232eee71ca72 (patch)
tree30a4e2cfa6f6d63c9068145eb82e9ec77c48ec2b /README.md
parente4b3cf94ea41963fa0d65559e7ebb271bd96ba55 (diff)
downloadranch-d2318c0a286daf51b4fe8afc5c6a232eee71ca72.tar.gz
ranch-d2318c0a286daf51b4fe8afc5c6a232eee71ca72.tar.bz2
ranch-d2318c0a286daf51b4fe8afc5c6a232eee71ca72.zip
Add a manual
This is the manual for what is going to be in 1.0. It includes two things that are not in the code yet: the shutdown option and the accept_ack transport callback.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fafd1cc..570d27d 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ to close any of the currently opened sockets.
Getting started
---------------
- * [Read the guide](http://ninenines.eu/docs/en/ranch/HEAD/guide/)
+ * [Read the guide](http://ninenines.eu/docs/en/ranch/HEAD/guide)
+ * [Check the manual](http://ninenines.eu/docs/en/ranch/HEAD/manual)
* Look at the examples in the `examples/` directory
- * Build API documentation with `make docs`; open `doc/index.html`
Support
-------