Skip to content

Commit f94c0e3

Browse files
nadongjunrueian
authored andcommitted
Update broken url (#832)
1 parent 1aaff97 commit f94c0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rueidislock/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rueidislock
22

3-
A [Redis Distributed Lock Pattern](https://redis.io/docs/reference/patterns/distributed-locks/) enhanced by [Client Side Caching](https://redis.io/docs/manual/client-side-caching/).
3+
A [Redis Distributed Lock Pattern](https://redis.io/docs/latest/develop/use/patterns/distributed-locks/) enhanced by [Client Side Caching](https://redis.io/docs/manual/client-side-caching/).
44

55
```go
66
package main
@@ -124,4 +124,4 @@ func Benchmark(b *testing.B) {
124124
b.StopTimer()
125125
})
126126
}
127-
```
127+
```

0 commit comments

Comments
 (0)