Skip to content

Commit 63ab1db

Browse files
committed
Use new canonical path to Getting Started
1 parent 6a8c2f2 commit 63ab1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
<p align="center">
44
<strong>
5-
<a href="https://opentelemetry.io/docs/js/getting_started/">Getting Started</a>
5+
<a href="https://opentelemetry.io/docs/js/getting-started/">Getting Started</a>
66
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
77
<a href="https://open-telemetry.github.io/opentelemetry-js-api">API Reference</a>
88
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
@@ -131,7 +131,7 @@ process.on('SIGTERM', () => {
131131
node -r ./tracing.js app.js
132132
```
133133

134-
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://opentelemetry.io/docs/js/getting_started/). 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]
134+
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://opentelemetry.io/docs/js/getting-started/). 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]
135135

136136
### Library Author
137137

0 commit comments

Comments
 (0)