Skip to content

Commit

Permalink
fix examples link
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Oct 31, 2016
1 parent 32b87de commit 22add53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Features
- Focus on simplicity and performance, it's the fastest sessions provider in Go world.
- Cleans the temp memory when a session is idle, and re-allocates it to the temp memory when it's necessary.
- The most used sessions are optimized to be in the front of the memory's list.
- Supports any type of [external database](https://github.com/kataras/go-sessions/tree/master/examples/3_redis_sessiondb).
- Supports any type of [external database](https://github.com/kataras/go-sessions/tree/0.0.5/_examples/3_redis_sessiondb).
- Works with both [net/http](https://golang.org/pkg/net/http/) and [valyala/fasthttp](https://github.com/valyala/fasthttp).


Docs
------------

Take a look at the [./examples](https://github.com/kataras/go-sessions/tree/master/_examples).
Take a look at the [./examples](https://github.com/kataras/go-sessions/tree/0.0.5/_examples).


**OUTLINE**
Expand Down

0 comments on commit 22add53

Please sign in to comment.