From c643431cecca0e53e3607571836b6737122b6ecf Mon Sep 17 00:00:00 2001 From: "Marcos F. Lobo" <5293167+marcosflobo@users.noreply.github.com> Date: Tue, 4 May 2021 19:26:29 +0200 Subject: [PATCH] Fix link to examples folder The link to the examples is pointing to a not found page. Link is updated pointing to the examples source code folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7bb045..f71f391 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ trace information and should be handled normally. // ... ``` -Check out the [examples](./examples) for additional usage. +Check out the [examples](./src/main/java/io/nats/client/not/examples) for additional usage. ## Setting up the Jaeger Tracer