Making WordPress.org

Opened 3 years ago

Closed 3 years ago

#5710 closed defect (bug) (fixed)

Add redirect for version doc change in block editor handbook

Reported by: mkaz's profile mkaz Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Developer Hub Keywords: has-patch
Cc:

Description

The block api versions document was renamed in https://github.com/WordPress/gutenberg/pull/30980 from versions.md to block-api-versions.md to be consistent with the rest of the file names

We need add a redirect for:

'reference-guides/block-api/versions/' => 'reference-guides/block-api/block-api-versions/',

Attachments (1)

5710.diff (952 bytes) - added by mkaz 3 years ago.

Download all attachments as: .zip

Change History (6)

@mkaz
3 years ago

#1 @coffee2code
3 years ago

  • Keywords has-patch added

@mkaz: When do you anticipate the changes to Gutenberg docs being committed? If we commit the fix for this ticket now before that PR gets merged, it'll redirect to nothing until that merge.

Ideally we get this in as soon after the merge as possible, which I've got the commit ready to go to do so.

#2 @mkaz
3 years ago

@coffee2code, I expect to do it tomorrow morning for me (Pacific Time)
I'm waiting on Justin to offer any comments on the PR before merging.

If you want I can DM you in Slack after I merge it?

#3 @coffee2code
3 years ago

@mkaz: Sounds good. I'm PT too, so anytime before 1pm would be great.

#4 @mkaz
3 years ago

PR is merged https://github.com/WordPress/gutenberg/pull/30980
So this change can get comitted.

Thanks for the assist!

#5 @coffee2code
3 years ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from new to closed

In 10919:

Developer, Block Editor Handbook: Add redirect for renamed imported Block API Versions page.

Props mkaz.
Fixes #5710.

Note: See TracTickets for help on using tickets.