From c12ce990ee9e1f3125ddfae6cba9b7545eaa470a Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Fri, 25 Mar 2022 14:48:59 +0000 Subject: [PATCH] Fix link to the Go otel package Signed-off-by: Martin Hickey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eee84a671f..e7e0749748d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ libraries](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/ If you need to extend the telemetry an instrumentation library provides or want to build your own instrumentation for your application directly you will need to use the -[go.opentelemetry.io/otel/api](https://pkg.go.dev/go.opentelemetry.io/otel/api) +[Go otel](https://pkg.go.dev/go.opentelemetry.io/otel) package. The included [examples](./example/) are a good way to see some practical uses of this process.