Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix links #749

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributor/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion docs/user/integration/dynatrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading