From bb4a7502fba3f383ff081279eea847424f45ced5 Mon Sep 17 00:00:00 2001 From: J Hacksworth Date: Tue, 2 Jun 2020 10:45:26 -0400 Subject: [PATCH] Fix link in default_middleware.md "Content Negotation" was moved to its own page. This commit adds a section with a link to the new page, similar to the way the "Exception Handling" section is presented. --- doc/ring/default_middleware.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ring/default_middleware.md b/doc/ring/default_middleware.md index 86d0a587..344a5813 100644 --- a/doc/ring/default_middleware.md +++ b/doc/ring/default_middleware.md @@ -23,6 +23,10 @@ Any Ring middleware can be used with `reitit-ring`, but using data-driven middle See [Exception Handling with Ring](exceptions.md). +## Content Negotiation + +See [Content Negotiation](content_negotiation.md). + ## Multipart Request Handling Wrapper for [Ring Multipart Middleware](https://github.com/ring-clojure/ring/blob/master/ring-core/src/ring/middleware/multipart_params.clj). Emits swagger `:consumes` definitions automatically.