From 2a86b2537b007f8b7cc4dec0c72eeb175105a485 Mon Sep 17 00:00:00 2001 From: mmitoraj Date: Wed, 24 Jan 2024 16:57:14 +0100 Subject: [PATCH] Fix links --- docs/contributor/governance.md | 2 +- docs/user/integration/dynatrace/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/contributor/governance.md b/docs/contributor/governance.md index b313e3acc..3590ad02f 100644 --- a/docs/contributor/governance.md +++ b/docs/contributor/governance.md @@ -12,7 +12,7 @@ To achieve both aspects, call: make manifests ``` -Additionally, a [Github Action](./../../.github/workflows/pull-code-checks.yml) verifies this operation. +Additionally, a [Github Action](../../.github/workflows/pr-code-checks.yml) verifies this operation. ## Sourcecode Linting diff --git a/docs/user/integration/dynatrace/README.md b/docs/user/integration/dynatrace/README.md index 7341855d5..1ac681f1e 100644 --- a/docs/user/integration/dynatrace/README.md +++ b/docs/user/integration/dynatrace/README.md @@ -23,7 +23,6 @@ With the Kyma Telemetry module, you gain even more visibility by adding custom s - [Prepare the Namespace](#prepare-the-namespace) - [Dynatrace Setup](#dynatrace-setup) - [Telemetry Module Setup](#telemetry-module-setup) - - [Create Access Token](#create-access-token) - [Create Secret](#create-secret) - [Ingest Traces](#ingest-traces) - [Ingest Metrics](#ingest-metrics)