Skip to content

Commit db3c09a

Browse files
committed
fix: point to correct location for imports
1 parent d6b06d7 commit db3c09a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ These 2 layers are meant to be used in conjunction to instrument your lambda fun
4343
## FAQ
4444

4545
* **What exporters/receivers/processors are included from the OpenTelemetry Collector?**
46-
> You can check out [the stripped-down collector's imports](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L18) in this repository for a full list of currently included components.
46+
> You can check out [the stripped-down collector's imports](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L19) in this repository for a full list of currently included components.
4747
4848
> Self-built binaries of the collector have **experimental** support for a custom set of connectors/exporters/receivers/processors. For more information, see [(Experimental) Customized collector build](./collector/README.md#experimental-customized-collector-build)
4949
* **Is the Lambda layer provided or do I need to build it and distribute it myself?**

0 commit comments

Comments
 (0)