#570 FIX broken links#644
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //src:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
d054dfb to
d33f586
Compare
|
Request to review and provide your comments. Currently the checks were failing due issues on other repos via ##634 |
|
I'm not sure if I like the fix being a sphinx extension but I honestly do not have a better idea here. |
1. 403 client errors - due to server not allowing bot requestsuser_agent
linkcheck_ignorebut this will ignore any real broken links as well. ( I mean 404 errors). I have to only ignore check only for 403 errors. 2. .md file referenced in the documentation with anchors.Will have to wait until those are published / released as .html pages. but this is not in our control. So, I do not have an option either! Urgency is BOT would again create a "Broken Links" automated issue! |
| alias( | ||
| name = "link_check", | ||
| actual = ":docs_link_check", | ||
| ) |
There was a problem hiding this comment.
isnt this alias just confusing? None of the other docs targets have an alias.
|
does this replace .github/workflows/link_check.yml? |
[TASK] Add broken link fix extension to ignore errors