Skip to content

Commit 5363d18

Browse files
committed
fix broken links
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent ec40367 commit 5363d18

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/content/concepts/workspaces/workspace-termination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ You can use this url to construct a kubeconfig for your controller. To do so, us
106106

107107
When writing a custom terminator controller, the following needs to be taken into account:
108108

109-
* We strongly recommend to use [multicluster-runtime](github.com/kcp-dev/multicluster-runtime) to build your controller in order to properly handle which `LogicalCluster` originates from which workspace
109+
* We strongly recommend to use [multicluster-runtime](https://github.com/kcp-dev/multicluster-runtime) to build your controller in order to properly handle which `LogicalCluster` originates from which workspace
110110
* You need to update `LogicalClusters` using patches; They cannot be updated using the update api
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
title: Production Deployment
22
nav:
33
- index.md
4-
- overview.md
4+
- overview.md
55
- prerequisites.md
66
- kcp-dekker.md
77
- kcp-vespucci.md
8-
- kcp-comer.md
8+
- kcp-comer.md
9+
- audit-logging.md

docs/content/setup/production/audit-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This command lists configmaps in the `default` namespace within the `root:consum
7171

7272
## Cross-Workspace Audit Logging
7373

74-
The workspace path annotations (`kcp.io/path`, `tenancy.kcp.io/workspace`) are especially important when accessing resources across workspaces via [APIExport and APIBinding](/docs/concepts/apis/). When you claim resources from another workspace through an APIBinding, audit events are generated for the consumer workspace, allowing you to track which workspace is accessing which resources.
74+
The workspace path annotations (`kcp.io/path`, `tenancy.kcp.io/workspace`) are especially important when accessing resources across workspaces via [APIExport and APIBinding](../../concepts/apis/index.md). When you claim resources from another workspace through an APIBinding, audit events are generated for the consumer workspace, allowing you to track which workspace is accessing which resources.
7575

7676
### Setting Up Cross-Workspace Event Logging
7777

0 commit comments

Comments
 (0)