fix: upgrade grandfathered http links to verified https endpoints - #945
Open
xinghewumeng wants to merge 1 commit into
Open
fix: upgrade grandfathered http links to verified https endpoints#945xinghewumeng wants to merge 1 commit into
xinghewumeng wants to merge 1 commit into
Conversation
xinghewumeng
force-pushed
the
fix/upgrade-http-links-to-https
branch
from
August 31, 2026 05:30
273a2ee to
1078283
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.
Description
Upgrades 10 grandfathered
http://tutorial links inREADME.mdto their verifiedhttps://endpoints where SSL certificates and HTTPS support are fully available:http://www.craftinginterpreters.com/->https://www.craftinginterpreters.com/http://viewsourcecode.org/snaptoken/kilo/->https://viewsourcecode.org/snaptoken/kilo/http://www.buildyourownlisp.com/->https://www.buildyourownlisp.com/http://lazyfoo.net/tutorials/SDL/->https://lazyfoo.net/tutorials/SDL/http://howistart.org/posts/cpp/1/index.html->https://howistart.org/posts/cpp/1/index.htmlhttp://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/->https://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/http://serverless-stack.com/->https://serverless-stack.com/http://www.obeythetestinggoat.com/->https://www.obeythetestinggoat.com/http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/->https://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/http://www.sheshbabu.com/posts/rust-wasm-yew-single-page-application/->https://www.sheshbabu.com/posts/rust-wasm-yew-single-page-application/Also updates
scripts/lint-allow-duplicates.txtto keep duplicate validation synchronized.Validated with
python3 scripts/check_readme.py lint(0 errors, 0 warnings) andpython3 scripts/check_readme.py check-diff.