Skip to content

Commit b0c0839

Browse files
committed
Close #456
1 parent 7eeae73 commit b0c0839

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ nil
10621062
for format negotiation, encoding and decoding.
10631063
- 4x more throughput on 1k JSON request-response echo
10641064
- api key `:format` has been deprecated (fails at api creation time), use `:formats` instead. It consumes either a
1065-
Muuntaja instance, Muuntaja options map or `nil` (unmounts it). See [how to configure Muuntaja](https://github.com/metosin/muuntaja/wiki/Configuration) how to use.
1065+
Muuntaja instance, Muuntaja options map or `nil` (unmounts it). See [how to configure Muuntaja](https://github.com/metosin/muuntaja/blob/master/doc/Configuration.md) how to use.
10661066
* ~~**EXPERIMENTAL**~~: fast `context`s, [#253](https://github.com/metosin/compojure-api/pull/253) - use static routes if a `context` doesn't do any lexical bindings
10671067
- up to 4x faster `context` routing.
10681068
* Support delayed child route resolution.

src/compojure/api/middleware.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
240240
- **:formats** for Muuntaja middleware. Value can be a valid muuntaja options-map,
241241
a Muuntaja instance or nil (to unmount it). See
242-
https://github.com/metosin/muuntaja/wiki/Configuration for details.
242+
https://github.com/metosin/muuntaja/blob/master/doc/Configuration.md for details.
243243
244244
- **:middleware** vector of extra middleware to be applied last (just before the handler).
245245
@@ -303,7 +303,7 @@
303303
304304
- **:formats** for Muuntaja middleware. Value can be a valid muuntaja options-map,
305305
a Muuntaja instance or nil (to unmount it). See
306-
https://github.com/metosin/muuntaja/wiki/Configuration for details."
306+
https://github.com/metosin/muuntaja/blob/master/doc/Configuration.md for details."
307307
([handler]
308308
(wrap-format handler {:formats ::default}))
309309
([handler options]

0 commit comments

Comments
 (0)