[wp-meta] [Making WordPress.org] #8014: block configuration object link shows Page not found
Making WordPress.org
noreply at wordpress.org
Thu Jun 19 00:05:56 UTC 2025
#8014: block configuration object link shows Page not found
--------------------------+-----------------------
Reporter: opurockey | Owner: dd32
Type: defect (bug) | Status: accepted
Priority: normal | Milestone:
Component: Handbooks | Resolution:
Keywords: |
--------------------------+-----------------------
Changes (by dd32):
* owner: (none) => dd32
* status: new => accepted
* component: API => Handbooks
Comment:
Thanks for reporting this @opurockey, the rest of this comment is me
documenting the where/how/why of the brokenness.
Direct link to broken link:
https://developer.wordpress.org/block-editor/reference-guides/block-api
/block-
transforms/#shortcode:~:text=attributes%20(object%2C%20optional)%3A%20object%20representing%20where%20the%20block%20attributes%20should%20be%20sourced%20from%2C%20according%20to%20the%20attributes%20shape%20defined%20by%20the%20block%20configuration%20object.
Source in Gutenberg handbook:
https://github.com/WordPress/gutenberg/blob/eb82aa70c00768f5f64770cc702fd3735cc03878/docs
/reference-guides/block-api/block-transforms.md?plain=1#L274
> `[block configuration object](./block-registration.md)`
Looks like the `./` syntax in the link not being transformed:
> `<a href="./block-registration.md">`
which is why it's directing to the incorrect page.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/8014#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list