Add astro-broken-links-checker to detect and fix broken internal links#42099
Open
julien-deramond wants to merge 11 commits intov6-devfrom
Open
Add astro-broken-links-checker to detect and fix broken internal links#42099julien-deramond wants to merge 11 commits intov6-devfrom
julien-deramond wants to merge 11 commits intov6-devfrom
Conversation
…ocs/6.0/examples/
- %5B%5Bdocsref:/utilities/text-alignment%5D - %5B%5Bdocsref:/utilities/text-transform%5D - %5B%5Bdocsref:/utilities/text-decoration%5D - %5B%5Bdocsref:/utilities/text-wrapping%5D
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 32%, saving 5.1 KB.
|
…nks found in /docs/6.0/getting-started/install/
abf54f1 to
77524b4
Compare
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 32%, saving 5.1 KB.
|
julien-deramond
commented
Feb 24, 2026
| sections: | ||
| - title: Form control | ||
| description: Style textual inputs and textareas with support for multiple states. | ||
| - title: Select |
Member
Author
There was a problem hiding this comment.
Removed it as we don't have (maybe for now) a dedicated page for this form control.
julien-deramond
commented
Feb 24, 2026
Member
Author
There was a problem hiding this comment.
I don't have a solution for that yet so I commented them for now. It appears that in a <BsTable> real links with <a> don’t work with [[config:*]], but Markdown links work with [[config:*]].
julien-deramond
commented
Feb 24, 2026
Member
Author
There was a problem hiding this comment.
Used the modals*.png files for now, just to fix the links.
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
This PR adds https://github.com/imazen/astro-broken-link-checker to detect internal broken links in our docs.
Without any modifications, here was the content of the
broken-links.loggenerated when runningnpm run docslocally:broken-links.log
Broken link: /docs/6.0/components/modal/
Fixed by 1f50a65
Broken link: /docs/6.0/assets/img/examples/dialogs.png
Fixed by 375aba8
Broken link: %5B%5Bdocsref:/utilities/text-alignment%5D
Fixed by a6923cf
Broken link: %5B%5Bdocsref:/utilities/text-transform%5D
Fixed by a6923cf
Broken link: %5B%5Bdocsref:/utilities/text-decoration%5D
Fixed by a6923cf
Broken link: %5B%5Bdocsref:/utilities/text-wrapping%5D
Fixed by a6923cf
Broken link: [[config:download.dist]]
Fixed by 423476a
Broken link: [[config:download.source]]
Fixed by 423476a
Broken link: /docs/forms/form-adorn
Fixed by 9149de9
Broken link: /docs/forms/input-group/
Fixed by fca3e5a
Broken link: /docs/6.0/forms/select/
Fixed by 9b9a99a
Broken link: /docs/6.0/forms/checks-radios/
Fixed by 77524b4