From ace0242b4b76b2ab02910a2e27d1c54567862a1c Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 7 Aug 2020 13:55:55 +0300 Subject: [PATCH] fix links --- _Sidebar.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 7278f07..0fe99aa 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -43,16 +43,16 @@ * [[XML|response-xml]] * [[YAML|response-yaml]] * [[Binary|response-binary]] - * [[JSON]|response-json]] + * [[JSON|response-json]] * [[JSONP|response-jsonp]] * [[Problem|response-problem]] * [[Protocol Buffers|response-protobuf]] * [[MessagePack|response-messagepack]] - * [[Gzip|response-gzip.md]] + * [[Gzip|response-gzip]] * [[Content Negotitation|response-content-negotiation]] * [[Stream|response-stream]] - * [[Server-Sent Events|response-sse.md]] - * [[HTTP/2 Push|response-http2_push.md]] + * [[Server-Sent Events|response-sse]] + * [[HTTP/2 Push|response-http2_push]] * [[Recorder|response-recorder]] * [[Outroduction|response-outroduction]] * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/response-writer)