aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-12-02 16:00:49 +0100
committerLoïc Hoguin <[email protected]>2013-12-02 16:00:49 +0100
commitab98342afe28ab2295c58ae953436803d8ae771c (patch)
tree230a1cb24a6d31a3c3977ab0b31daff21c64e0b1 /doc/README.md
parent72ef4ef2f771570081934212ad11d55744e7f68e (diff)
downloadcowboy-ab98342afe28ab2295c58ae953436803d8ae771c.tar.gz
cowboy-ab98342afe28ab2295c58ae953436803d8ae771c.tar.bz2
cowboy-ab98342afe28ab2295c58ae953436803d8ae771c.zip
Remove the confusing doc folder
All documentation is in README.md, guide/ or manual/ now.
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/README.md b/doc/README.md
deleted file mode 100644
index 24e092f..0000000
--- a/doc/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-Cowboy documentation
-====================
-
-Documentation for Cowboy is available online at the following addresses:
-
- * [README](http://ninenines.eu/docs/en/cowboy/HEAD/README)
- * [User Guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide/introduction)
-
-This folder is used for generating the Reference Manual. You can generate
-it yourself by typing `make docs` in the top-level Cowboy directory.