diff --git a/example/hll/README.md b/example/hll/README.md index cd78d7f..725780b 100644 --- a/example/hll/README.md +++ b/example/hll/README.md @@ -6,4 +6,5 @@ To run this example: go run . ``` -See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/hll.html) for details. +See [Using HyperLogLog command with go-redis](https://redis.uptrace.dev/guide/go-redis-hll.html) for +details. diff --git a/example/otel/README.md b/example/otel/README.md index 567a882..e0451ec 100644 --- a/example/otel/README.md +++ b/example/otel/README.md @@ -1,6 +1,8 @@ # Example for go-redis OpenTelemetry instrumentation -See [Monitoring performance and errors](https://redis.uptrace.dev/guide/tracing.html) for details. +See +[Redis Monitoring Performance and Errors](https://redis.uptrace.dev/guide/redis-performance-monitoring.html) +for details. This example requires Redis Server on port `:6379`. You can start Redis Server using Docker: