Skip to content

Commit

Permalink
Point to new gh-pages hosted docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Mar 17, 2010
1 parent 2458d08 commit 59f2867
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ To see a more sophisticated Ring app, run:
* If you request `http://localhost:8080/` in your browser the `ring.handler.dump` handler will respond with an HTML page representing the request map that it received (see the `SPEC` for details on the request map).
* If you request `http://localhost:8080/clojure.png`, the `ring.middleware.file` middleware will detect that there is a `clojure.png` file in the app's `public` directory and return that image as a response.
* If you request `http://localhost:8080/error`, the app will produce an error that will be caught by the `ring.middleware.stacktrace` middleware, which will in turn return a readable stacktrace as the HTML response.



## Documentation

* [Ring namespace and function docs](http://mmcgrana.github.com/ring/)

## Available Libraries

### ring-core
Expand Down

0 comments on commit 59f2867

Please sign in to comment.