Help/About: Avoid extra redirections on HelpHub Links.

This changeset replaces various HelpHub links that have changed to avoid extra 301 redirections.

Follow-up to [55412], [55413], [55414], [55415], [55416], [55431].

Props sabernhardt, audrasjb.
Fixes #57726.

Built from https://develop.svn.wordpress.org/trunk@55432


git-svn-id: http://core.svn.wordpress.org/trunk@54965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-02-28 12:52:18 +00:00
parent 7939ee8926
commit 933bb3999b
3 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ do_action( 'customize_controls_head' );
</p>
<p>
<?php
_e( '<a href="https://wordpress.org/documentation/article/appearance-customize-screen/">Documentation on Customizer</a>' );
_e( '<a href="https://wordpress.org/documentation/article/customizer/">Documentation on Customizer</a>' );
?>
</p>
</div>