From 5fefbb274893a93033ef3786f75173c62682ade7 Mon Sep 17 00:00:00 2001 From: James <45812677+JamesJHPark@users.noreply.github.com> Date: Thu, 9 Sep 2021 15:59:19 -0700 Subject: [PATCH] docs(README): Fix links in README.md (#2463) * docs(readme): fix-readme-typedoc-links * Fix the absolute link for Benchmarks Co-authored-by: Anthony Mirabella Co-authored-by: Anthony Mirabella --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8a3c1d52d8..6a7086a503 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ---

- Getting Started + Getting Started   •   API Reference   •   @@ -29,13 +29,13 @@

- Contributing + Contributing   •   - Development Guide + Development Guide   •   - Benchmarks + Benchmarks   •   - Examples + Examples

@@ -129,7 +129,7 @@ process.on('SIGTERM', () => { node -r ./tracing.js app.js ``` -The above example will emit auto-instrumented telemetry about your Node.js application to the console. For a more in-depth example, see the [Getting Started Guide](getting-started/README.md). For more information about automatic instrumentation see [@opentelemetry/sdk-trace-node][otel-node], which provides auto-instrumentation for Node.js applications. If the automatic instrumentation does not suit your needs, or you would like to create manual traces, see [@opentelemetry/sdk-trace-base][otel-tracing] +The above example will emit auto-instrumented telemetry about your Node.js application to the console. For a more in-depth example, see the [Getting Started Guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/getting-started/README.md). For more information about automatic instrumentation see [@opentelemetry/sdk-trace-node][otel-node], which provides auto-instrumentation for Node.js applications. If the automatic instrumentation does not suit your needs, or you would like to create manual traces, see [@opentelemetry/sdk-trace-base][otel-tracing] ### Library Author