From dc85c297602fbc6a6d0bfb2441e34e0eae9ba9df Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Mon, 19 Feb 2018 07:44:21 +0200 Subject: [PATCH] Docs --- README.md | 6 +++--- doc/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfc54cb2..fec5cc37 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ A fast data-driven router for Clojure(Script). * [Fast](https://metosin.github.io/reitit/performance.html) The following higher-level routers are also available as separate modules: -* [`ring-router`](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html) -* `http-router` with enchanced Pedestal-style Interceptors (WIP) -* `frontend-router` with Keechma-style Controllers (WIP) +* [`reitit-ring`](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html) +* `reitit-http` with enchanced Pedestal-style Interceptors (WIP) +* `reitit-frontend` with Keechma-style Controllers (WIP) See the [full documentation](https://metosin.github.io/reitit/) for details. diff --git a/doc/README.md b/doc/README.md index 1ab13377..6e2d5ed9 100644 --- a/doc/README.md +++ b/doc/README.md @@ -12,9 +12,9 @@ * [Fast](performance.md) The following higher-level routers are also available as separate modules: -* [`ring-router`](./ring/ring.md) with [data-driven middleware](./ring/data_driven_middleware.md) -* `http-router` with enchanced Pedestal-style Interceptors (WIP) -* `frontend-router` with Keechma-style Controllers (WIP) +* [`reitit-ring`](./ring/ring.md) with [data-driven middleware](./ring/data_driven_middleware.md) +* `reitit-http` with enchanced Pedestal-style Interceptors (WIP) +* `reitit-frontend` with Keechma-style Controllers (WIP) To use Reitit, add the following dependecy to your project: