Skip to content

🌱 Fixing broken links #12428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

adilGhaffarDev
Copy link
Contributor

@adilGhaffarDev adilGhaffarDev commented Jul 1, 2025

What this PR does / why we need it:
Fixing broken links

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

/area documentation

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-area PR is missing an area label size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 1, 2025
@adilGhaffarDev adilGhaffarDev force-pushed the fix-markdown-link-main/adil branch from fec736e to 5fae7d3 Compare July 1, 2025 10:06
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 1, 2025
@adilGhaffarDev adilGhaffarDev force-pushed the fix-markdown-link-main/adil branch 2 times, most recently from 1939d5f to c024b60 Compare July 1, 2025 10:20
@adilGhaffarDev
Copy link
Contributor Author

The links in the error are working fine:

ERROR: 1 dead links found in CONTRIBUTING.md !
[✖] https://github.com/kubernetes-sigs/cluster-api/labels/lifecycle%2Factive → Status: 404

ERROR: 3 dead links found in docs/proposals/20200804-windows-support.md !
[✖] #signing-of-the-components → Status: 404
[✖] #known-prototypes-and-prior-work → Status: 404
[✖] #version-skew-strategy → Status: 404

Not sure why we are getting the error.

@mboersma
Copy link
Contributor

mboersma commented Jul 1, 2025

/area documentation

@k8s-ci-robot k8s-ci-robot added area/documentation Issues or PRs related to documentation and removed do-not-merge/needs-area PR is missing an area label labels Jul 1, 2025
@mboersma
Copy link
Contributor

mboersma commented Jul 1, 2025

I can also access lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. no problem. Is the error because the link checker isn't logged in to GitHub? (And why would any of this have changed?)

Edit: Oh, interesting how GitHub renders that link as just the label. 👍🏻

@mboersma
Copy link
Contributor

mboersma commented Jul 1, 2025

Maybe we could try replacing the link
https://github.com/kubernetes-sigs/cluster-api/labels/lifecycle%2Factive with
https://github.com/kubernetes-sigs/cluster-api/issues?q=is%3Aissue%20state%3Aopen%20label%3Alifecycle%2Factive

They seem to lead to the same place, but the first has "labels" as its REST endpoint, and the latter has "issues". Could be worth trying since the link immediately before this problematic one references "issues" in a very similar way and doesn't seem to be causing problems.

@elmiko
Copy link
Contributor

elmiko commented Jul 1, 2025

weird, guess the link checker is having some issue trying to make the url nice?

@adilGhaffarDev adilGhaffarDev force-pushed the fix-markdown-link-main/adil branch 2 times, most recently from a712ed5 to a311693 Compare July 2, 2025 09:59
@adilGhaffarDev
Copy link
Contributor Author

All issues are fixed now please check.

Copy link
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Thanks for fixing this!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 2, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 7ec8a8e9d46e95e42c24759563821a8fcdb11600

@fabriziopandini
Copy link
Member

Thanks for looking into this, really appreciated
lgtm from my side when @sbueringer comments are addressed

@sbueringer
Copy link
Member

@adilGhaffarDev Do you have time to address the open findings?

@mboersma
Copy link
Contributor

mboersma commented Jul 7, 2025

Adil is on vacation until July 13th. I'll open a PR to replace this one.

@sbueringer
Copy link
Member

No rush from my side. We can also wait a bit

Signed-off-by: Muhammad Adil Ghaffar <[email protected]>
@adilGhaffarDev adilGhaffarDev force-pushed the fix-markdown-link-main/adil branch from a311693 to 75a199a Compare July 14, 2025 06:33
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 14, 2025
@k8s-ci-robot k8s-ci-robot requested a review from mboersma July 14, 2025 06:33
@adilGhaffarDev
Copy link
Contributor Author

No rush from my side. We can also wait a bit

I am back, and I have addressed the comments. Please check. Sorry for the delay.

Copy link
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 14, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 4ecc1eb0851c9affa4533f926c603294b52d78cc

@sbueringer
Copy link
Member

Thank you very much!!

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sbueringer

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 16, 2025
@k8s-ci-robot k8s-ci-robot merged commit d2c325e into kubernetes-sigs:main Jul 16, 2025
19 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.11 milestone Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/documentation Issues or PRs related to documentation cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants