diff --git a/README.md b/README.md index a1cd7bf4..ae24c2cc 100644 --- a/README.md +++ b/README.md @@ -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