-
Notifications
You must be signed in to change notification settings - Fork 447
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
lint: add link validation plugin #3847
Merged
Merged
Conversation
This file contains 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
jessiemongeon1
approved these changes
Dec 4, 2024
tmu0
approved these changes
Dec 4, 2024
raymondk
approved these changes
Dec 5, 2024
ggreif
pushed a commit
to dfinity/motoko
that referenced
this pull request
Dec 5, 2024
Modifies the docs to account for new URL validation in dfinity/portal#3847.
rsoury
added a commit
to usherlabs/portal
that referenced
this pull request
Dec 10, 2024
* 'master' of github.com:usherlabs/portal: fix: WSL install instructions (dfinity#3870) fix: http_request_update (dfinity#3868) fix: Link HTTPS outcalls to the https outcalls overview page (dfinity#3872) Update showcase.json (dfinity#3654) Remove overview headings (dfinity#3866) Add icptokens.net to showcase (dfinity#3751) add library to learn menu (dfinity#3867) add library page (dfinity#3864) Update ICRC ledger setup docs to point to the new GitHub releases (dfinity#3862) Update showcase.json fix: Cleanup docs (dfinity#3856) Dev weekly update December 4 2024 (dfinity#3855) lint: add link validation plugin (dfinity#3847) update discord link (dfinity#3857) update discord link (dfinity#3858) optimize images for showcase (dfinity#3853)
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.
Checks all Markdown links to account for a corner case with the way that Kapa.ai resolves relative URLs. This PR also fixes various links flagged by the validation logic.
Related: #3846.