Making WordPress.org

Opened 2 weeks ago

Closed 2 weeks ago

Last modified 2 weeks ago

#6018 closed defect (fixed)

Fix URL in block editor replacement so redirect not needed

Reported by: mkaz Owned by: SergeyBiryukov
Milestone: Priority: normal
Component: Handbooks Keywords: has-patch
Cc:

Description

The URL string replacement is using an older location (designers-developer) in the string replacement, this then triggers a redirect to the new location. So nothing is noticeably broken but there is an extra redirect. Plus the URL in the source is wrong which is not the best for SEO.

This PR fixes it:
https://github.com/WordPress/wordpress.org/pull/48

Change History (3)

This ticket was mentioned in PR #48 on WordPress/wordpress.org by mkaz.


2 weeks ago

  • Keywords has-patch added

The replacement in the code goes to the older designers-developers/developers link which then redirects to the reference-guide location.

This PR updates to the reference-guide location so an extra redirect is not needed and the link refers to the proper spot which is better for SEO.

https://meta.trac.wordpress.org/ticket/6018

#2 @SergeyBiryukov
2 weeks ago

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

In 11422:

Developer, Block Editor: Update old URLs to avoid an extra redirect.

This updates the old designers-developers/developers part of the URL in Markdown replacements to the new reference-guide location.

Follow-up to [8689].

Props mkaz.
Fixes #6018.

Note: See TracTickets for help on using tickets.