From e09b25f7d1b4090a9b7b73ef7d3c514592331554 Mon Sep 17 00:00:00 2001 From: Lavish Pal Date: Mon, 20 May 2024 15:10:31 +0530 Subject: [PATCH] [chore]: fix the dead link in mdatagen (#10142) #### Description Fixed the deadlink in mdatagen that would cause existing functionality to not work as expected. #### Link to tracking issue Fixes #10071 --- cmd/mdatagen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mdatagen/README.md b/cmd/mdatagen/README.md index b2affa6c780..e4223f1233e 100644 --- a/cmd/mdatagen/README.md +++ b/cmd/mdatagen/README.md @@ -11,7 +11,7 @@ Examples of this metadata about a component are: The metadata generator defines a schema for specifying this information to ensure it is complete and well-formed. The metadata generator is then able to ingest the metadata, validate it against the schema and produce documentation in a standardized format. -An example of how this generated documentation looks can be found in [documentation.md](./documentation.md). +An example of how this generated documentation looks can be found in [documentation.md](https://github.com/open-telemetry/opentelemetry-collector/blob/main/cmd/mdatagen/internal/samplereceiver/documentation.md). ## Using the Metadata Generator