docs: update external urls which were being redirected#3337
Merged
reubenmiller merged 1 commit intothin-edge:mainfrom Jan 17, 2025
Merged
Conversation
rina23q
reviewed
Jan 17, 2025
Member
rina23q
left a comment
There was a problem hiding this comment.
The links to Azure doc even redirected me to another URL...
Contributor
Robot Results
|
Contributor
Author
Thanks for catching a few of those URLs, I've addressed your comments now. |
383287c to
3ebedd4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Update external URLs which were being automatically redirected to ensure that the links don't break when such redirection is removed by the external website.
The redirected URLs were found by using becheran/mlc
cargo install mlc mlc --gitignore --root-dir . --throttle 100Whilst this is not critical work it ensures that our documentation stays up to date.
Notes:
https://www.identrust.com/dst-root-ca-x3is still being redirected, but I haven't been able to find a suitable replacement yethttps://www.raspberrypi.com) register as false positives in mlc as it seems their website prevents crawlers/spiders and the mlc client returns a HTTP 403 when trying to verify the links, but the links can be manually verified in the browserTypes of changes
Paste Link to the issue
Checklist
cargo fmtas mentioned in CODING_GUIDELINEScargo clippyas mentioned in CODING_GUIDELINESFurther comments