Fix readme doc links

This commit is contained in:
Juho Teperi 2017-10-25 17:09:25 +03:00 committed by GitHub
parent bc98adb300
commit a6766ff43a

View file

@ -2,12 +2,12 @@
A friendly data-driven router for Clojure(Script).
* Simple data-driven [route syntax](#route-syntax)
* First-class [route meta-data](#route-meta-data)
* Simple data-driven [route syntax](https://metosin.github.io/reitit/basics.html#route-syntax)
* First-class [route meta-data](https://metosin.github.io/reitit/basics.html#route-data)
* Generic, not tied to HTTP
* [Route conflict resolution](#route-conflicts)
* [Pluggable coercion](#parameter-coercion) ([clojure.spec](https://clojure.org/about/spec))
* both [Middleware](#middleware) & Interceptors
* [Route conflict resolution](https://metosin.github.io/reitit/route_conflicts.html)
* [Pluggable coercion](https://metosin.github.io/reitit/route_validation.html) ([clojure.spec](https://clojure.org/about/spec))
* both [Middleware](https://metosin.github.io/reitit/compiling_middleware.html) & Interceptors
* Extendable
* Fast