From 35d1219137b8f5284c466b7a5f62a662b5293698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C5=82gorzata=20=C5=9Awieca?= Date: Thu, 25 Jan 2024 08:21:45 +0100 Subject: [PATCH] docs: Fix links (#749) --- 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)