From be328f5e9c2e64e7d0bdabd4f3bf595f59fbb3cd Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Tue, 4 Sep 2018 17:58:12 +0300 Subject: [PATCH] fix cljdoc --- README.md | 2 +- doc/cljdoc.edn | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 00b01e9c..7943f1aa 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ A fast data-driven router for Clojure(Script). Posts: * [Welcome Reitit 0.2.0!](https://www.metosin.fi/blog/reitit020/) -* [Reitit, Data-Driven Routing with Clojure(Script)](https://www.metosin.fi/blog/reitit/) * [Data-Driven Ring with Reitit](https://www.metosin.fi/blog/reitit-ring/) +* [Reitit, Data-Driven Routing with Clojure(Script)](https://www.metosin.fi/blog/reitit/) See the [full documentation](https://metosin.github.io/reitit/) for details. diff --git a/doc/cljdoc.edn b/doc/cljdoc.edn index 39bda90a..914365c9 100644 --- a/doc/cljdoc.edn +++ b/doc/cljdoc.edn @@ -50,6 +50,5 @@ ["Shared Routes" {:file "doc/advanced/shared_routes.md"}]] ["Misc" ["Performance" {:file "doc/performance.md"}] - ["Interceptors (WIP)" {:file "doc/interceptors.md"}] ["Development Instructions" {:file "doc/development.md"}] ["FAQ" {:file "doc/faq.md"}]]]}