diff --git a/README.md b/README.md index caba4687..921d43f4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A fast data-driven router for Clojure(Script). * First-class [route data](https://metosin.github.io/reitit/basics/route_data.html) * Bi-directional routing * [Pluggable coercion](https://metosin.github.io/reitit/coercion/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) -* Helpers for [ring](https://metosin.github.io/reitit/ring/ring.html) & [the browser](https://metosin.github.io/reitit/frontend/basics.html) +* Helpers for [ring](https://metosin.github.io/reitit/ring/ring.html), [http](https://metosin.github.io/reitit/http/interceptors.html) & [the browser](https://metosin.github.io/reitit/frontend/basics.html) * Extendable * Modular * [Fast](https://metosin.github.io/reitit/performance.html) diff --git a/doc/README.md b/doc/README.md index df302c01..409bb66c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -7,7 +7,7 @@ * First-class [route data](./basics/route_data.md) * Bi-directional routing * [Pluggable coercion](./coercion/coercion.md) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) -* Helpers for [ring](./ring/ring.html) & [the browser](./frontend/basics.html) +* Helpers for [ring](./ring/ring.html), [http](./http/interceptors.md) & [the browser](./frontend/basics.html) * Extendable * Modular * [Fast](performance.md)