From ff4bb09189b1a5e1d9189f9bf45165c2de8b0ed3 Mon Sep 17 00:00:00 2001 From: Jessica Kerr Date: Wed, 15 Sep 2021 19:02:38 -0500 Subject: [PATCH] Update links to packages moved to experimental --- doc/instrumentation-guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/instrumentation-guide.md b/doc/instrumentation-guide.md index 84a10a0425..7cd51c855c 100644 --- a/doc/instrumentation-guide.md +++ b/doc/instrumentation-guide.md @@ -5,7 +5,7 @@ A detailed explained guide how to instrument a package is available at [instrume For more comprehensive examples please refer to the [HTTP instrumentation][http-instrumentation] or [gRPC instrumentation][grpc-instrumentation] for node and [XMLHttpRequest instrumentation][xhr-instrumentation] for web. -[base-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation -[http-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/blob/main/packages/opentelemetry-instrumentation-http/src/http.ts#L59 -[grpc-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/blob/main/packages/opentelemetry-instrumentation-grpc/src/instrumentation.ts#L28 -[xhr-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/blob/main/packages/opentelemetry-instrumentation-xml-http-request/src/xhr.ts#L71 +[base-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation +[http-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-http/src/http.ts#L59 +[grpc-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-grpc/src/instrumentation.ts#L28 +[xhr-instrumentation]: https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-xml-http-request/src/xhr.ts#L71