From 0c88068535daf8017e53d3291b00f28f2744467c Mon Sep 17 00:00:00 2001 From: Kellyanne Revenaugh Date: Fri, 9 Aug 2024 14:25:59 -0400 Subject: [PATCH] Update 404 broken links in Docs (#3955) * Update broken links in docs * Update testing-kafka-go-api-with-opentelemetry-tracetest.mdx * Update running-tracetest-with-grafana-cloud-tempo-pokeshop.mdx --- docs/docs/concepts/environment-tokens.mdx | 2 +- .../running-tracetest-with-grafana-cloud-tempo-pokeshop.mdx | 4 ++-- .../testing-kafka-go-api-with-opentelemetry-tracetest.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/concepts/environment-tokens.mdx b/docs/docs/concepts/environment-tokens.mdx index 055dd90199..329df4b469 100644 --- a/docs/docs/concepts/environment-tokens.mdx +++ b/docs/docs/concepts/environment-tokens.mdx @@ -24,4 +24,4 @@ Create a new token by clicking on the `Create a new token` button, choosing a na tracetest configure --token {ADD_YOUR_TOKEN_HERE} ``` -One example of this usage can be seen [here](https://github.com/kubeshop/tracetest/blob/main/.github/workflows/scheduled-jobs.yml#L23). +One example of this usage can be seen [here](https://github.com/kubeshop/tracetest/blob/main/.github/workflows/synthetic-monitoring-production.yml). diff --git a/docs/docs/examples-tutorials/recipes/running-tracetest-with-grafana-cloud-tempo-pokeshop.mdx b/docs/docs/examples-tutorials/recipes/running-tracetest-with-grafana-cloud-tempo-pokeshop.mdx index 75ecaba87a..fe78ed1458 100644 --- a/docs/docs/examples-tutorials/recipes/running-tracetest-with-grafana-cloud-tempo-pokeshop.mdx +++ b/docs/docs/examples-tutorials/recipes/running-tracetest-with-grafana-cloud-tempo-pokeshop.mdx @@ -150,9 +150,9 @@ tracetest apply datastore -f ./tracetest-tracing-backend.yaml ## Run the Pokeshop Demo App, OpenTelemetry Collector, and Tracetest Agent with Docker Compose -The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yaml) in the root directory contains the Pokeshop Demo app services. +The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yml) in the root directory contains the Pokeshop Demo app services. -The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yaml) also contains the Tracetest Agent and OpenTelemetry Collector. +The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yml) also contains the Tracetest Agent and OpenTelemetry Collector. To start it, run this command: diff --git a/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx b/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx index 893b410392..13e8140cad 100644 --- a/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx +++ b/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx @@ -166,7 +166,7 @@ docker compose up -d This example is configured to use the Jaeger Tracing Backend. Ensure the environment you're using is configured to use the Jaeger Tracing Backend by clicking on Settings, Tracing Backend, Jaeger, `endpoint: jaeger:16685`, Save. -Or, use [the CLI](/cli/cli-installation-reference) and [the `tracetest-tracing-backend.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/quick-start-go-and-kafka/tracetest/tracing-backend.yaml) sets the tracing backend to Jaeger, and tells Tracetest Agent to poll for traces from Jaeger. +Or, use [the CLI](/cli/cli-installation-reference) and [the `tracetest-tracing-backend.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/quick-start-go-and-kafka/tracetest/tracetest-tracing-backend.yaml) sets the tracing backend to Jaeger, and tells Tracetest Agent to poll for traces from Jaeger. ```yaml title="./tracetest/tracetest-tracing-backend.yaml" ---