1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-26 03:20:08 +02:00

Fixed jwt-auth recipe link in README

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
netmml 2015-07-16 08:29:25 -04:00 committed by Vishal Rana
parent 15ce60e346
commit ace5843983

View File

@ -92,7 +92,7 @@ $ go get github.com/labstack/echo
- [Streaming Response](http://echo.labstack.com/recipes/streaming-response) - [Streaming Response](http://echo.labstack.com/recipes/streaming-response)
- [WebSocket](http://echo.labstack.com/recipes/websocket) - [WebSocket](http://echo.labstack.com/recipes/websocket)
- [Subdomains](http://echo.labstack.com/recipes/subdomains) - [Subdomains](http://echo.labstack.com/recipes/subdomains)
- [JWT Authentication](http://echo.labstack.com/recipes/jwt-auth) - [JWT Authentication](http://echo.labstack.com/recipes/jwt-authentication)
- [Graceful Shutdown](http://echo.labstack.com/recipes/graceful-shutdown) - [Graceful Shutdown](http://echo.labstack.com/recipes/graceful-shutdown)
##[Guide](http://echo.labstack.com/guide) ##[Guide](http://echo.labstack.com/guide)