Skip to content

Commit fc61bff

Browse files
committed
chore: fix links
1 parent 99c79f7 commit fc61bff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

example/hll/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ To run this example:
66
go run .
77
```
88

9-
See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/hll.html) for details.
9+
See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/go-redis-hll.html) for
10+
details.

example/otel/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Example for go-redis OpenTelemetry instrumentation
22

3-
See [Monitoring performance and errors](https://redis.uptrace.dev/guide/tracing.html) for details.
3+
See
4+
[Redis Monitoring Performance and Errors](https://redis.uptrace.dev/guide/redis-performance-monitoring.html)
5+
for details.
46

57
This example requires Redis Server on port `:6379`. You can start Redis Server using Docker:
68

0 commit comments

Comments
 (0)