Skip to content

Commit fca4659

Browse files
authored
Merge pull request #983 from vidarno/broken-links-introduction-page
📖 Fix broken links in documentation
2 parents 463c987 + 3531af4 commit fca4659

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

docs/book/src/00_introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This operator leverages a declarative API and extends the capabilities of the `c
1414

1515
## Getting started
1616

17-
* [Quick Start](./01_user/02_quick-start.md)
18-
* [Concepts](./01_user/01_concepts.md)
19-
* [Developer guide](./04_developer/02_guide.md)
20-
* [Contributing](./05_reference/04_contributing.md)
17+
* [Quick Start](user/quick-start.md)
18+
* [Concepts](user/concepts.md)
19+
* [Developer guide](developer/guide.md)
20+
* [Contributing](reference/contributing.md)
2121

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Plugin installation
22

3-
Please refer to [plugin installation](../03_topics/03_plugin/01_installation.md) section.
3+
Please refer to [plugin installation](../topics/plugin/installation.md) section.

docs/book/src/03_topics/02_configuration/01_air-gapped-environtment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Example layout for a `kubeadm` provider may look like:
8080
- `control-plane-components.yaml`
8181
- `bootstrap-components.yaml`
8282

83-
See the [plugin docs](../03_plugin/03_publish_subcommand.md) for more information on how to properly build and publish the OCI artifacts to the air-gapped registry.
83+
See the [plugin docs](../plugin/publish_subcommand.md) for more information on how to properly build and publish the OCI artifacts to the air-gapped registry.
8484

8585
To fetch provider components which are stored as an OCI artifact, you can configure `fetchConfig.oci` field to pull them directly from an OCI registry:
8686

docs/book/src/03_topics/02_configuration/03_examples-of-api-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106

107107
5. As an admin, I would like to use the default fetch configurations by simply specifying the expected Cluster API provider names such as `aws`, `vsphere`, `azure`, `kubeadm`, `talos`, or `cluster-api` instead of having to explicitly specify the fetch configuration. In the example below, since we are using 'vsphere' as the name of the InfrastructureProvider the operator will fetch it's configuration from `url: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases` by default.
108108

109-
See more examples in the [air-gapped environment section](./01_air-gapped-environtment.md)
109+
See more examples in the [air-gapped environment section](air-gapped-environtment.md)
110110

111111
```yaml
112112
---

docs/book/src/04_developer/01_version_migration/00.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This section provides an overview of relevant changes between versions of Cluster API Operator and their direct successors.
44

5-
- [v1alpha1 to v1alpha2](./01_v1alpha1-to-v1alpha2.md)
5+
- [v1alpha1 to v1alpha2](v1alpha1-to-v1alpha2.md)

docs/book/src/04_developer/03_profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ profilerAddress: ":6060"
1111
contentionProfiling: true
1212
```
1313
14-
Install with these custom values using [Helm chart installation methods](../02_installation/04_helm-chart-installation.md)
14+
Install with these custom values using [Helm chart installation methods](../installation/helm-chart-installation.md)
1515
1616
### Enabling Port-Forwarding
1717

docs/book/src/05_reference/00.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Reference
22

3-
- [API reference](./01_api_reference.md)
4-
- [Glossary](./02_glossary.md)
5-
- [Code of Conduct](./03_code-of-conduct.md)
6-
- [Contributing](./04_contributing.md)
7-
- [CI Jobs](./05_ci-jobs.md)
8-
- [Providers](./06_providers.md)
3+
- [API reference](api_reference.md)
4+
- [Glossary](glossary.md)
5+
- [Code of Conduct](code-of-conduct.md)
6+
- [Contributing](contributing.md)
7+
- [CI Jobs](ci-jobs.md)
8+
- [Providers](providers.md)

0 commit comments

Comments
 (0)