From 9cd964ad71e1f2a13a1104a79ac122e4712fa8ae Mon Sep 17 00:00:00 2001 From: Lior Govrin Date: Wed, 3 Apr 2024 13:50:28 +0300 Subject: [PATCH] Remove broken links --- README.md | 2 -- RELEASING.md | 3 +-- doc.go | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 634326ef833..228cef1b288 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,6 @@ are made for those systems currently. ## Getting Started -You can find a getting started guide on [opentelemetry.io](https://opentelemetry.io/docs/go/getting-started/). - OpenTelemetry's goal is to provide a single set of APIs to capture distributed traces and metrics from your application and send them to an observability platform. This project allows you to do just that for applications written in diff --git a/RELEASING.md b/RELEASING.md index 82ce3ee46a1..cca65ad2d48 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -123,12 +123,11 @@ Once verified be sure to [make a release for the `contrib` repository](https://g ### Website Documentation -Update the [Go instrumentation documentation] in the OpenTelemetry website under [content/en/docs/instrumentation/go]. +Update the [Go instrumentation documentation] in the OpenTelemetry website. Importantly, bump any package versions referenced to be the latest one you just released and ensure all code examples still compile and are accurate. [OpenTelemetry Semantic Conventions]: https://github.com/open-telemetry/semantic-conventions [Go instrumentation documentation]: https://opentelemetry.io/docs/instrumentation/go/ -[content/en/docs/instrumentation/go]: https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/instrumentation/go ### Demo Repository diff --git a/doc.go b/doc.go index daa36c89dc6..39b610777c4 100644 --- a/doc.go +++ b/doc.go @@ -22,8 +22,6 @@ transmitted anywhere. An implementation of the OpenTelemetry SDK, like the default SDK implementation (go.opentelemetry.io/otel/sdk), and associated exporters are used to process and transport this data. -To read the getting started guide, see https://opentelemetry.io/docs/go/getting-started/. - To read more about tracing, see go.opentelemetry.io/otel/trace. To read more about metrics, see go.opentelemetry.io/otel/metric.