docs(links): update link checker README - #45507
Conversation
Replace references to the deleted rendered-content link checker with the current PR, internal, and external checkers. Correct the component path and describe the current performance behavior. Changes: - src/links/README.md - Document the current link checker scripts, examples, and supported CLI options. - Correct the LinkPreviewPopover path and remove obsolete checker details. Validation: - git diff --staged --check - npm run check-links-pr -- --help - npm run check-links-internal -- --help - npm run check-links-external -- --help
|
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:
You'll need to revert all of the files you changed that match that list using GitHub Desktop or The complete list of files we can't accept are:
We also can't accept contributions to files in the content directory with frontmatter |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. This pull request contains code changes, so we will not generate a table of review links. 🤖 This comment is automatically generated. |
Summary
This is a small documentation follow-up to the link-checker rebuild synced in #42569 (commit
7abf80d211). That change replaced the rendered-content link checker with separate PR, internal, and external link-checking commands, butsrc/links/README.mdcontinued to describe the deleted tooling.Changes
rendered-content-link-checkerscripts.check-links-prcheck-links-internalcheck-links-externalcomponents/LinkPreviewPopover.tsx.Validation
git diff --checknpm run check-links-pr -- --helpnpm run check-links-internal -- --helpnpm run check-links-external -- --helpI kept this change limited to the module README. Please let me know if any of the usage guidance would be clearer with different examples or terminology.