Make WordPress Core

Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#58052 closed defect (bug) (fixed)

Use the new /documentation/ URLs for links about WordPress version

Reported by: wildworks's profile wildworks Owned by: audrasjb's profile audrasjb
Milestone: 6.3 Priority: normal
Severity: normal Version:
Component: Help/About Keywords: has-patch
Focuses: docs Cc:

Description

This is a follow-up to ticket:57726.

The link about the WordPress version redirects from https://wordpress.org/support/wordpress-version/version-{version}/ to https://wordpress.org/documentation/wordpress-version/version-{version}/. I think we should rewrite these links to avoid extra redirects as well as ticket:57726.

Change History (13)

This ticket was mentioned in PR #4285 on WordPress/wordpress-develop by @wildworks.


18 months ago
#1

  • Keywords has-patch added

#2 @audrasjb
18 months ago

  • Milestone changed from Awaiting Review to 6.3
  • Owner set to audrasjb
  • Status changed from new to accepted

Hello and thanks for the patch!
Moving for 6.3 consideration.

#3 @sabernhardt
18 months ago

We also missed a few documentation URLs in options-permalink.php for the previous ticket:

Plus, the support link in class-wp-site-health.php could be updated to the forums URL:

Other admin links that still include support URLs seem correct.

The editor documentation links probably need to be changed in the plugin first.

#4 @wildworks
18 months ago

We also missed a few documentation URLs in options-permalink.php for the previous ticket:

I thought it would be better to update the permalinks in groups, but if it would be better to do it as a whole, I would be happy to accommodate.

The editor documentation links probably need to be changed in the plugin first.

A separate PR has been submitted regarding the update links in the Gutenberg plugin: https://github.com/WordPress/gutenberg/pull/49537

#5 @sabernhardt
18 months ago

Sorry about adding that comment before the PR was committed. Yes, I agree that changing in groups would be good.

#6 @audrasjb
18 months ago

In 55624:

Help/About: Use the new /documentation/ URLs for links about WordPress version.

As https://wordpress.org/support/ was redirected to https://wordpress.org/documentation/, this changeset replaces various /support/* links with /documentation/* to avoid extra redirects.

Follow-up to [55412], [55413], [55414].

Props wildworks.
See #58052, #57726.

#7 @audrasjb
18 months ago

In 55625:

Help/About: Use the new /documentation/ URLs for links about WordPress version.

As https://wordpress.org/support/ was redirected to https://wordpress.org/documentation/, this changeset replaces various /support/* links with /documentation/* to avoid extra redirects. This addresses a missed occurrence from [55624].

Follow-up to [55412], [55413], [55414], [55624].

Props wildworks.
See #58052, #57726.

#9 @audrasjb
18 months ago

Thank you both! Adding a patch for option-permalink.php right now.

#10 @audrasjb
18 months ago

In 55626:

Help/About: Use the new /documentation/ URLs in options-permalink.php.

As https://wordpress.org/support/ was redirected to https://wordpress.org/documentation/, this changeset replaces various /support/* links with /documentation/* to avoid extra redirects.

Follow-up to [55412], [55413], [55414], [55624], [55625].

Props sabernhardt, audrasjb.
See #58052, #57726.

#11 @audrasjb
18 months ago

In 55627:

Help/About: Fix the Support Forums URL in wp-admin/includes/class-wp-site-health.php.

This updates a link to Support Forums by replacing https://wordpress.org/support/ URL with https://wordpress.org/support/forums/.

Follow-up to [55412], [55413], [55414], [55624], [55625], [55626].

Props sabernhardt, audrasjb.
See #58052, #57726.

#12 @audrasjb
18 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

Alright, all the grouped patches were committed. Thanks!
Closing this as fixed for now as I couldn't find any other occurrence.

Please feel free to reopen this ticket if further changes are needed :)

#13 @wildworks
18 months ago

Thank you for the update. I have searched the latest trunk for the keyword /support/, and it appears to be no URLs left that cause a redirect.

Note: See TracTickets for help on using tickets.