-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
📖 book: fix link to GitHub doc #6451
Conversation
tried to use the URL where the doc is actually hosted, but has the same issue |
f2f3f90
to
226a0b0
Compare
Found a workaround for gaurav-nelson/github-action-markdown-link-check#136 suggested here tcort/markdown-link-check#201 (comment) |
226a0b0
to
2530e9f
Compare
Signed-off-by: Stefan Büringer [email protected]
2530e9f
to
e2f8a04
Compare
cc @CecileRobertMichon @cpanato you might have a similar issue in CAPZ/CAPG (if you have links to github docs) |
@@ -46,7 +46,7 @@ A GitHub release can be used as a provider repository if: | |||
* The release tag is a valid semantic version number | |||
* The components YAML, the metadata YAML and eventually the workload cluster templates are include into the release assets. | |||
|
|||
See the [GitHub help](https://help.github.com/en/github/administering-a-repository/creating-releases) for more information | |||
See the [GitHub docs](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) for more information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the link to docs because help was redirecting to docs anyway and the issue is with the doc URL.
Thanks for the heads up, just checked CAPZ doesn't reference https://help.github.com |
The issue is with docs.github. In our case help just redirects to docs. I think you might have it too: https://github.com/kubernetes-sigs/cluster-api-provider-azure/runs/6185196802?check_suite_focus=true |
/lgtm 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri 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 |
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
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 #