From 1f3e5064baf96ccc49f0c115b8f729ff5e281224 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 10 Dec 2017 17:50:17 +0200 Subject: [PATCH] Point coercion into right place --- README.md | 2 +- doc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5b5e9d6..c5a84b15 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A friendly data-driven router for Clojure(Script). * First-class [route data](https://metosin.github.io/reitit/basics/route_data.html) * Bi-directional routing * [Ring-router](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html) -* [Pluggable coercion](https://metosin.github.io/reitit/ring/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) +* [Pluggable coercion](https://metosin.github.io/reitit/coercion/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) * Extendable * Modular * [Fast](https://metosin.github.io/reitit/performance.html) diff --git a/doc/README.md b/doc/README.md index bde4bab0..ad3a4549 100644 --- a/doc/README.md +++ b/doc/README.md @@ -7,7 +7,7 @@ * First-class [route data](./basics/route_data.md) * Bi-directional routing * [Ring-router](./ring/ring.html) with [data-driven middleware](./ring/data_driven_middleware.html) -* [Pluggable coercion](./ring/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) +* [Pluggable coercion](./coercion/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) * Extendable * Modular * [Fast](performance.md)