From a6766ff43a9f697dd9fae1c77199988498bbbbf3 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Wed, 25 Oct 2017 17:09:25 +0300 Subject: [PATCH] Fix readme doc links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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