Skip to content

Commit f2a5624

Browse files
svrnmvmarchaud
andauthored
chore: remove getting started and link to documentation. (#2493)
Co-authored-by: Valentin Marchaud <[email protected]>
1 parent 043067f commit f2a5624

26 files changed

+2
-1345
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://github.com/open-telemetry/opentelemetry-js/blob/main/getting-started/README.md">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://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]
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

getting-started/.eslintrc.js

-6
This file was deleted.

0 commit comments

Comments
 (0)