Skip to content

Commit 22add53

Browse files
committed
fix examples link
1 parent 32b87de commit 22add53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ Features
5656
- Focus on simplicity and performance, it's the fastest sessions provider in Go world.
5757
- Cleans the temp memory when a session is idle, and re-allocates it to the temp memory when it's necessary.
5858
- The most used sessions are optimized to be in the front of the memory's list.
59-
- Supports any type of [external database](https://github.com/kataras/go-sessions/tree/master/examples/3_redis_sessiondb).
59+
- Supports any type of [external database](https://github.com/kataras/go-sessions/tree/0.0.5/_examples/3_redis_sessiondb).
6060
- Works with both [net/http](https://golang.org/pkg/net/http/) and [valyala/fasthttp](https://github.com/valyala/fasthttp).
6161

6262

6363
Docs
6464
------------
6565

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

6868

6969
**OUTLINE**

0 commit comments

Comments
 (0)