[Docs] Fix: Two broken links to the packages reference API and to blocks docs#67889
Conversation
…cks package docs.
|
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. |
|
Flaky tests detected in 40e003d. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12302462831
|
…cks docs (WordPress#67889) Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
…cks docs (WordPress#67889) Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
The links /docs/reference-guides/packages/ and /docs/reference-guides/packages/packages-blocks.md don't link to any valid destination. This PR fixes both links to point to the correct destinations.
Testing Instructions
Using GitHub UI I went to https://github.com/WordPress/gutenberg/blob/40e003d85a06b44037beecb8b5bd7aa253fe7e67/docs/getting-started/fundamentals/javascript-in-the-block-editor.md and verified both links https://github.com/WordPress/gutenberg/blob/40e003d85a06b44037beecb8b5bd7aa253fe7e67/docs/reference-guides/packages.md and https://github.com/WordPress/gutenberg/blob/40e003d85a06b44037beecb8b5bd7aa253fe7e67/packages/blocks/README.md work while on https://github.com/WordPress/gutenberg/blob/9437f7e73f9c6c9f831f2a26a555dfa8fddb3d61/docs/getting-started/fundamentals/javascript-in-the-block-editor.md (current trunk commit) https://github.com/WordPress/gutenberg/blob/9437f7e73f9c6c9f831f2a26a555dfa8fddb3d61/docs/reference-guides/packages and https://github.com/WordPress/gutenberg/blob/9437f7e73f9c6c9f831f2a26a555dfa8fddb3d61/docs/reference-guides/packages/packages-blocks.md don't work.