Skip to content

Commit 90605ce

Browse files
authored
Merge pull request #3369 from monroeclinton/fix-link
Update link source to properly point to page
2 parents f841309 + 6c5a0c6 commit 90605ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/concepts/terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ where different logical clusters can be used by different users in the organizat
2323
The kcp server only provides resources to accomplish this, such as `LogicalCluster`, `Workspace`, `APIBinding` and
2424
`APIExport`, on top of some core Kubernetes resources, like `ConfigMap` and `Secret`. It doesn't provide Kubernetes
2525
resources for managing and orchestrating workloads, such as Pods and Deployments. The list of resources provided by
26-
default can be found in the [Built-in APIs document](./apis/built-in).
26+
default can be found in the [Built-in APIs document](../apis/built-in).
2727

2828
kcp follows the Kubernetes API semantics in each logical cluster, i.e. kcp should be conformant to the subset of the
2929
Kubernetes conformance suite that applies to the APIs available in kcp. In other words, if you're building a platform

0 commit comments

Comments
 (0)