Make WordPress Core


Ignore:
Timestamp:
03/08/2024 10:36:01 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Update various HelpHub links to avoid unnecessary redirections.

This updates various WP-Admin related links that have been redirected to new HelpHub pages, to avoid unnecessary redirections.

Props mkismy.
See #60732, #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r57756 r57793  
    198198            /* translators: 1: Documentation URL, 2: wp-config.php */
    199199            __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ),
    200             __( 'https://wordpress.org/documentation/article/editing-wp-config-php/' ),
     200            __( 'https://developer.wordpress.org/advanced-administration/wordpress/wp-config/' ),
    201201            '<code>wp-config.php</code>'
    202202        );
     
    485485                        __( 'You need to make the file %1$s writable before you can save your changes. See <a href="%2$s">Changing File Permissions</a> for more information.' ),
    486486                        '<code>wp-config.php</code>',
    487                         __( 'https://wordpress.org/documentation/article/changing-file-permissions/' )
     487                        __( 'https://developer.wordpress.org/advanced-administration/server/file-permissions/' )
    488488                    );
    489489                } else {
Note: See TracChangeset for help on using the changeset viewer.