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"}]]]}