Skip to content

Commit 77037fa

Browse files
authored
docs: fix links (#1902)
The links to opentelemetry-js-contrib.git changed due to open-telemetry/opentelemetry-js-contrib#2928
1 parent 7bd29ba commit 77037fa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

collector/processor/coldstartprocessor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ processors:
2929
```
3030
3131
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
32-
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/collector
32+
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/tree/main/collector

collector/processor/decoupleprocessor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ processors:
3535
```
3636
3737
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#development
38-
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/collector
38+
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/tree/main/collector
3939
[lifecycle]: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html#runtimes-extensions-api-lifecycle

collector/receiver/telemetryapireceiver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ receivers:
3737
```
3838
3939
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
40-
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/collector
40+
[extension]: https://github.com/open-telemetry/opentelemetry-lambda/tree/main/collector

nodejs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ To use, add the layer to your function configuration and then set `AWS_LAMBDA_EX
77

88
## Configuring auto instrumentation
99

10-
[AWS SDK v3 instrumentation](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-sdk)
10+
[AWS SDK v3 instrumentation](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-aws-sdk)
1111
is included and loaded automatically by default.
12-
A subset of instrumentations from the [OTEL auto-instrumentations-node metapackage](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/metapackages/auto-instrumentations-node)
12+
A subset of instrumentations from the [OTEL auto-instrumentations-node metapackage](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/auto-instrumentations-node)
1313
are also included.
1414

1515
Following instrumentations from the metapackage are included:
@@ -49,7 +49,7 @@ Instrumentations annotated with "*- default*" are loaded by default.
4949
To only load specific instrumentations, specify the `OTEL_NODE_ENABLED_INSTRUMENTATIONS` environment variable in the lambda configuration.
5050
This disables all the defaults, and only enables the ones you specify. Selectively disabling instrumentations from the defaults is also possible with the `OTEL_NODE_DISABLED_INSTRUMENTATIONS` environment variable.
5151

52-
The environment variables should be set to a comma-separated list of the instrumentation package names without the
52+
The environment variables should be set to a comma-separated list of the instrumentation package names without the
5353
`@opentelemetry/instrumentation-` prefix.
5454

5555
For example, to enable only `@opentelemetry/instrumentation-http` and `@opentelemetry/instrumentation-undici`:
@@ -84,4 +84,4 @@ You'll find the generated layer zip file at `./packages/layer/build/layer.zip`.
8484
Sample applications are provided to show usage of the above layer.
8585

8686
- Application using AWS SDK - shows using the wrapper with an application using AWS SDK without code change.
87-
- [WIP] [Using OTel Public Layer](./sample-apps/aws-sdk)
87+
- [WIP] [Using OTel Public Layer](./sample-apps/aws-sdk)

0 commit comments

Comments
 (0)