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