From 5edb3efe4ec34d2b56325168a097244e4209da07 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Mon, 23 Apr 2018 08:28:56 +0300 Subject: [PATCH] Add links to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2624df6..3dc99c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,11 +23,11 @@ * `reitit.ring/default-handler` now works correctly with async ring * new helper `reitit.ring/router` to compose routes outside of a router. -* `reitit.ring/create-resource-handler` function to serve static routes. +* `reitit.ring/create-resource-handler` function to serve static routes. See [https://metosin.github.io/reitit/ring/static.html](docs). ### `reitit-swagger` -* New module to produce swagger-docs from routing tree, including `Coercion` definitions. Works with both middleware & interceptors and Schema & Spec. +* New module to produce swagger-docs from routing tree, including `Coercion` definitions. Works with both middleware & interceptors and Schema & Spec. See [https://metosin.github.io/reitit/swagger.html](docs). ```clj (require '[reitit.ring :as ring])