Fix Broken Links in Package file - #81700
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the packages reference guide to point readers to newer documentation locations instead of repository README files.
Changes:
- Replaces the Gutenberg packages README link with the contributor guide on managing packages.
- Replaces the
@wordpress/buildREADME link with the WordPress Developer Resources page. - Adjusts the “package guidelines” link target within the document.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Flaky tests detected in 41702c6. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/31927565140 adds and activates a new tab when pressing Enter at the end of a tab label in
|
What?
Fixes 3 broken (404) links found on the Block Editor Handbook — Packages reference page
packages README@wordpress/build READMEpackage guidelinesWhy?
While browsing the Packages reference documentation, I found that the above 3 links returned a 404 error.
How?
This PR corrects all 3 links so they point to valid, existing pages.
Testing Instructions
docs/reference-guides/packages.mdfileUse of AI Tools
None