Skip to content

Conversation

@huzaifaalmesbah
Copy link
Contributor

@huzaifaalmesbah huzaifaalmesbah commented Nov 7, 2025

Description

This PR fixes a broken MDN documentation link in the Blueprints documentation.

Changes

  • Updated the Access-Control-Allow-Origin header documentation link from:
    • Old: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
    • New: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin

Why

The previous link was using an incorrect URL path structure. The correct MDN URL includes /Reference/ in the path to properly link to the HTTP headers reference documentation.

File Changed

  • packages/docs/site/docs/blueprints/02-using-blueprints.md
  • packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md

Testing

  • Verified the new link points to the correct MDN documentation page
  • Confirmed no other instances of the old link exist in the documentation

Update the MDN documentation link to use the correct URL path
(/Reference/Headers/ instead of /Headers/) for the Access-Control-Allow-Origin
header in the blueprints documentation.
Copy link
Collaborator

@fellyph fellyph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @huzaifaalmesbah !

@fellyph fellyph merged commit 313415f into WordPress:trunk Nov 7, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants