fix new links

Gerasimos (Makis) Maropoulos 2020-08-07 13:54:43 +03:00
parent 8861a225f4
commit 1eaf37de4f
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7
24 changed files with 23 additions and 23 deletions

@ -37,30 +37,30 @@
* [[Localization]] * [[Localization]]
* [[Testing]] * [[Testing]]
* 🚀Responses * 🚀Responses
* [[Text|responses/text]] * [[Text|response-text]]
* [[HTML|responses/html]] * [[HTML|response-html]]
* [[Markdown|responses/markdown]] * [[Markdown|response-markdown]]
* [[XML]|](responses/xml.md) * [[XML|response-xml]]
* [[YAML]|](responses/yaml.md) * [[YAML|response-yaml]]
* [[Binary]|](responses/binary.md) * [[Binary|response-binary]]
* [[JSON]|](responses/json.md) * [[JSON]|response-json]]
* [[JSONP]|](responses/jsonp.md) * [[JSONP|response-jsonp]]
* [[Problem]|](responses/problem.md) * [[Problem|response-problem]]
* [[Protocol]| Buffers](responses/protobuf.md) * [[Protocol Buffers|response-protobuf]]
* [[MessagePack]|](responses/messagepack.md) * [[MessagePack|response-messagepack]]
* [[Gzip]|](responses/gzip.md) * [[Gzip|response-gzip.md]]
* [[Content]| Negotitation](responses/content-negotiation.md) * [[Content Negotitation|response-content-negotiation]]
* [[Stream]|](responses/stream.md) * [[Stream|response-stream]]
* [[Server]|-Sent Events](responses/sse.md) * [[Server-Sent Events|response-sse.md]]
* [[HTTP]|/2 Push](responses/http2_push.md) * [[HTTP/2 Push|response-http2_push.md]]
* [[Recorder]|](responses/recorder.md) * [[Recorder|response-recorder]]
* [[Outroduction]|](responses/outroduction.md) * [[Outroduction|response-outroduction]]
* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/response-writer) * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/response-writer)
* 📁File Server * 📁File Server
* [[Introduction]](file-server/introduction.md) * [[Introduction|file-server-introduction]]
* [[Listing]](file-server/listing.md) * [[Listing|file-server-listing]]
* [[In-memory Cache]](file-server/memory-cache.md) * [[In-memory Cache|file-server-memory-cache]]
* [[Serve files from Context]](file-server/context-file-server.md) * [[Serve files from Context|file-server-context-file-server]]
* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/file-server) * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/file-server)
* 🤓Resources * 🤓Resources
* [[Starter Kits|Starter-kits]] * [[Starter Kits|Starter-kits]]

@ -12,4 +12,4 @@ func handler(ctx iris.Context) {
} }
``` ```
You may also want to see the following methods for [[file serving |file-server/context-file-server]]. You may also want to see the following methods for [[file serving |file-server-context-file-server]].