update sessions, websockets and cache examples' links 📇

Former-commit-id: 503b10dcb097e4263254e01a61dd5e420af60e56
This commit is contained in:
hiveminded 2017-07-22 23:01:54 +03:00
parent 9a0b18acbf
commit e1953fe91e

View File

@ -30,9 +30,9 @@ Iris is a fast, simple and efficient micro web framework for Go. It provides a b
* [How to Read from `context.Request() *http.Request`](_examples/#how-to-read-from-contextrequest-httprequest)
* [How to Write to `context.ResponseWriter() http.ResponseWriter`](_examples/#how-to-write-to-contextresponsewriter-httpresponsewriter)
* [Test](_examples/#testing)
* [Cache](cache/#table-of-contents)
* [Sessions](sessions/#table-of-contents)
* [Websockets](websocket/#table-of-contents)
* [Cache](_examples/#caching)
* [Sessions](_examples/#sessions)
* [Websockets](_examples/#websockets)
* [Miscellaneous](_examples/#miscellaneous)
* [Typescript Automation Tools](typescript/#table-of-contents)
* [Tutorial: Online Visitors](_examples/tutorial/online-visitors)