Fix doc links

This commit is contained in:
Juho Teperi 2017-10-25 17:37:12 +03:00
parent 3385741618
commit b01bcd8972
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ A friendly data-driven router for Clojure(Script).
* First-class [route meta-data](https://metosin.github.io/reitit/basics.html#route-data)
* Generic, not tied to HTTP
* [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))
* [Pluggable coercion](https://metosin.github.io/reitit/parameter_coercion.html) ([clojure.spec](https://clojure.org/about/spec))
* both [Middleware](https://metosin.github.io/reitit/compiling_middleware.html) & Interceptors
* Extendable
* Fast

View file

@ -2,11 +2,11 @@
[Reitit](https://github.com/metosin/reitit) is a small Clojure(Script) library for data-driven routing.
* Simple data-driven [route syntax](./routing/route_syntax.md)
* First-class [route meta-data](./routing/route_metadata.md)
* Simple data-driven [route syntax](./basics.md#route-syntax)
* First-class [route meta-data](./basics.md#route-data)
* Bi-directional-routing
* [Route conflict resolution](./routing/route_conflicts.md)
* [Pluggable coercion](./parameter-coercion.md) ([clojure.spec](https://clojure.org/about/spec))
* [Route conflict resolution](./route_conflicts.md)
* [Pluggable coercion](./parameter_coercion.md) ([clojure.spec](https://clojure.org/about/spec))
* Both [Middleware](./ring.md#middleware) & Interceptors
* Extendable
* Fast