Make WordPress Core


Ignore:
Timestamp:
03/08/2024 10:36:01 PM (23 months 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/includes/network.php

    r56599 r57793  
    695695            /* translators: %s: Documentation URL. */
    696696            __( 'It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.' ),
    697             __( 'https://wordpress.org/documentation/article/nginx/' )
     697            __( 'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/' )
    698698        );
    699699        echo '</p></li>';
Note: See TracChangeset for help on using the changeset viewer.