diff --git a/packages/docs/site/docs/blueprints/02-using-blueprints.md b/packages/docs/site/docs/blueprints/02-using-blueprints.md index 33a156c5a5..e891f55fac 100644 --- a/packages/docs/site/docs/blueprints/02-using-blueprints.md +++ b/packages/docs/site/docs/blueprints/02-using-blueprints.md @@ -90,7 +90,7 @@ When your Blueprint gets too wieldy, you can load it via the `?blueprint-url` qu [https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json) -Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin): +Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin): ``` Access-Control-Allow-Origin: * diff --git a/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md b/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md index 845e6db63e..a4b59e28be 100644 --- a/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md +++ b/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md @@ -40,7 +40,7 @@ When your Blueprint gets too wieldy, you can load it via the `?blueprint-url` qu [https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json) -Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin): +Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin): ``` Access-Control-Allow-Origin: *