Skip to content

Commit 755b39d

Browse files
committed
fix: typos and links
1 parent cec8a30 commit 755b39d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/concepts/Concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ detail.
4848
**Index**:
4949
- [Concept](#concept)
5050
- [Landscaper Data Plane](#landscaper-data-plane)
51-
- [Data-Flow and Installation-Unit-Decoupling](#dataflow-and-installation-unit-decoupling)
51+
- [Dataflow and Installation-Unit-Decoupling](#dataflow-and-installation-unit-decoupling)
5252
- [Decoupling of Concrete Installations from Installation Descriptions](#decoupling-of-concrete-installations-from-installation-descriptions)
5353
- [Deploy Items and Deployers](#deploy-items-and-deployers)
5454
- [Deployers and Deploy Targets](#deployers-and-deploy-targets)

docs/guided-tour/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_position: 1
1010
- For all examples, you need a [running Landscaper instance](../installation/install-landscaper-controller.md).
1111

1212
- A convenient tool we will often use in the following examples is the [Landscaper
13-
CLI](https://github.com/gardener/landscapercli).
13+
CLI](https://github.com/openmcp-project/landscapercli).
1414

1515
- For building reusable components you require the [OCM CLI](https://ocm.software/docs/getting-started/prerequisites).
1616

docs/guided-tour/error-handling/delete-error/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now the installation should be gone and the deployed Helm chart should be uninst
6161
### Force Delete
6262

6363
If for some reason it is not possible to resolve the problems as described above and it is ok that the deployed Helm chart is not uninstalled automatically,
64-
you could use the [landscaper-cli](https://github.com/gardener/landscapercli) to remove the installation.
64+
you could use the [landscaper-cli](https://github.com/openmcp-project/landscapercli) to remove the installation.
6565
This is the preferred solution if the target cluster does not exist anymore. You can achieve this with the following command:
6666

6767
```shell

docs/guided-tour/hello-world/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and applies both on the resource cluster.
4444

4545
### Alternative Way to Create a Target
4646

47-
There is an alternative way to create a Target custom resource. It requires the [Landscaper CLI](https://github.com/gardener/landscapercli):
47+
There is an alternative way to create a Target custom resource. It requires the [Landscaper CLI](https://github.com/openmcp-project/landscapercli):
4848

4949
```shell
5050
landscaper-cli targets create kubernetes-cluster \
@@ -86,7 +86,7 @@ status:
8686
phase: Succeeded
8787
```
8888
89-
If you have already installed the [Landscaper CLI](https://github.com/gardener/landscapercli),
89+
If you have already installed the [Landscaper CLI](https://github.com/openmcp-project/landscapercli),
9090
you can inspect the status of the installation with the following command, executed on the Landscaper resource cluster:
9191
9292
```shell

docs/installation/install-landscaper-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document describes the installation of Landscaper.
77
#### Option 1: Installation via the landscaper-cli tool
88
The easiest way to install the landscaper with its default deployer is to use the _landscaper-cli_. The corresponding
99
documentation can be found
10-
[here](https://github.com/gardener/landscapercli/blob/master/docs/commands/quickstart/install.md).
10+
[here](https://github.com/openmcp-project/landscapercli/blob/master/docs/commands/quickstart/install.md).
1111

1212
#### Option 2: Installation via helm
1313
Alternatively, the landscaper can also be installed via [helm](https://helm.sh/) using the helm chart in

docs/troubleshooting/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ Note that the new reconciliation does not start before the Installation has reac
165165

166166
<!-- References -->
167167

168-
[1]: https://github.com/gardener/landscapercli/blob/master/docs/reference/landscaper-cli_installations_inspect.md
168+
[1]: https://github.com/openmcp-project/landscapercli/blob/master/docs/reference/landscaper-cli_installations_inspect.md
169169

170170
[2]: https://github.com/gardener/landscaper/blob/master/docs/usage/Annotations.md#reconcile-annotation

0 commit comments

Comments
 (0)