Skip to content

Commit 525e44a

Browse files
authored
Merge pull request #30 from buraksekili/patch-1
📖 (docs): fix the link
2 parents cc43154 + 4542099 commit 525e44a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ able to delete and recreate objects to follow this GVK change, which is a level
109109
simply do not want to deal with at this point in time. Also, `APIResourceSchemas` are immutable
110110
themselves.
111111

112-
More information is available in the [Publishing Resources][publish-resources.md] guide.
112+
More information is available in the [Publishing Resources](./publish-resources.md) guide.
113113

114114
### APIExports
115115

Diff for: docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ apiexport/test.example.com created
4141

4242
## Sync Agent Installation
4343

44-
The Sync Agent can be installed into any namespace, but in our example we are going with `k8c-system`.
44+
The Sync Agent can be installed into any namespace, but in our example we are going with `kcp-system`.
4545
It doesn't necessarily have to live in the same Kubernetes cluster where it is synchronizing data
4646
to, but that is the common setup. Ultimately the Sync Agent synchronizes data between two kube
4747
endpoints.
@@ -55,7 +55,7 @@ This can be done via a command like this:
5555

5656
```sh
5757
$ kubectl create secret generic kcp-kubeconfig \
58-
--namespace k8c-system \
58+
--namespace kcp-system \
5959
--from-file "kubeconfig=admin.kubeconfig"
6060
```
6161

0 commit comments

Comments
 (0)