Skip to content

Commit dd182c9

Browse files
committed
fix links
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent f7dc9c1 commit dd182c9

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/content/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contribution. See the [DCO](https://github.com/kube-bind/kube-bind/tree/main/DCO
2020
2. [Install Go](https://golang.org/doc/install) (currently 1.22).
2121
3. Install [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl).
2222

23-
More on the development environment setup can be found in the [developer guide](../developers/dev-environments.md).
23+
More on the development environment setup can be found in the [developer guide](../developers/dev-environment/index.md).
2424

2525
## Finding Areas to Contribute
2626

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nav:
2-
- README.md
2+
- index.md
33
- kcp.md
44
- kind.md
File renamed without changes.

docs/content/setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kube-bind supports multiple deployment scenarios and backend providers to meet d
99
- **[kubectl plugin](kubectl-plugin.md)**: Install and use the kubectl-bind plugin
1010
- **[Quickstart](quickstart.md)**: Get started quickly with a minimal setup
1111
- **[Helm Deployment](helm.md)**: Production deployment using Helm charts
12-
- **[Development Environment](../developers/dev-environments.md)**: Local development environment if you want to experiment with kube-bind on your machine
12+
- **[Development Environment](../developers/dev-environment/index.md)**: Local development environment if you want to experiment with kube-bind on your machine

docs/content/usage/integrations/kro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ consumer clusters to the provider.
4040
## Prerequisites
4141

4242
In this integration guide, we will be using `kubectl bind dev` command to provision two kind
43-
clusters. More details on the command you can find [here](../../developers/dev-environments.md).
43+
clusters. More details on the command you can find [here](../../developers/dev-environment/index.md).
4444

4545
* **Provider Cluster:** Runs kro, Envoy Gateway, and the kube-bind backend.
4646
* **Consumer Cluster:** Runs the kube-bind konnector.

0 commit comments

Comments
 (0)