From d0b257ed841c017df6a900d5a5d42ad10bb804db Mon Sep 17 00:00:00 2001 From: kevinwochan Date: Mon, 17 Jun 2024 11:39:10 +1000 Subject: [PATCH] fix(docs): updating links to the otel specs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62729cbbca..c30dc1b658 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,10 @@ The following are runtimes which are no longer or not yet supported by this repo * Node.js 12 - not [officially supported](https://github.com/open-telemetry/opentelemetry-js#supported-runtimes) by OpenTelemetry JS -[1]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/faas.md#general-attributes -[2]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/faas.md#incoming-invocations -[3]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/faas.md#outgoing-invocations -[4]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/faas-metrics.md#faas-invocations +[1]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-spans.md#general-attributes +[2]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-spans.md#incoming-invocations +[3]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-spans.md#outgoing-invocations +[4]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-metrics.md ## Contributing