cluster-api-provider-aws: The links in the guide are not working
/kind bug
What steps did you take and what happened: [A clear and concise description of what the bug is.]
https://cluster-api-aws.sigs.k8s.io/getting-started.html?highlight=worker-machine-count#create-your-first-workload-cluster -> here click on workload cluster -> https://cluster-api-aws.sigs.k8s.io/reference/glossary.html#workload-cluster
All of these links in the guide which should lead to somewhere describing the thing I clicked are leading to a 404 page.
Kubernetes Cluster API Provider AWS
[Document not found (404)](https://cluster-api-aws.sigs.k8s.io/#document-not-found-404)
This URL is invalid, sorry. Please use the navigation bar or search to continue.
What did you expect to happen:
To lead to somewhere describing the thing.
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
Environment:
Documentation under https://cluster-api-aws.sigs.k8s.io/
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 25 (19 by maintainers)
Commits related to this issue
- Added files to fix broken links mentioned in issue #3453 and #3575 — committed to MaheshMoholkar/cluster-api-provider-aws by MaheshMoholkar 2 years ago
- Revert "Added files to fix broken links mentioned in issue #3453 and #3575" This reverts commit 17c9568d6c9420347022791b445c0bce053f8864. — committed to MaheshMoholkar/cluster-api-provider-aws by MaheshMoholkar 2 years ago
@AverageMarcus I would like to work on it.
I think they are a couple of aspects to this:
How does that sound?
While reproducing this bug, I noticed that there are many more instances of links not working.
Some broken links currently follow this format:
https://cluster-api-aws.sigs.k8s.io/reference/[file].html(file here includesglossary,providers,β¦)But they should follow this format in order to work:
https://cluster-api-aws.sigs.k8s.io/topics/reference/[file].html(Visiting this link correctly locates the page raised in this issue).I traced it down to getting-started.md, and found our relative paths are different from the inherited docs under
kubernetes-sigs/cluster-api, which caused links to break.Should we move the reference folder up in the directory to fix this issue?
@sedefsavas Oh cool! I literally almost hit submit my issue. π nice timing. π
It is working in cluster-api book:https://cluster-api.sigs.k8s.io/reference/glossary.html#workload-cluster, so we need to fix it here.
/triage-accepted /good-first-issue
Yep, will do. π
@Skarlso Thank you for raising this issue. Since this particular doc is inherited from cluster-api project, do you mind raising this issue there?