From fc61bffa4915983f6e264e3fcb5b121ff837e9e8 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Wed, 13 Apr 2022 15:53:17 +0300 Subject: [PATCH] chore: fix links --- example/hll/README.md | 3 ++- example/otel/README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/example/hll/README.md b/example/hll/README.md index cd78d7f1..725780ba 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 567a8827..e0451ecb 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: