Browse Source

Add Cowboy manual to README

Loïc Hoguin 12 years ago
parent
commit
22f961a7e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
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
 -------