wp/wp-admin/options-writing.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-admin/options-writing.php	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-admin/options-writing.php	Wed Sep 21 18:19:35 2022 +0200
@@ -205,9 +205,9 @@
 	<p><label for="ping_sites">
 		<?php
 		printf(
-			/* translators: %s: Codex URL. */
+			/* translators: %s: Documentation URL. */
 			__( 'When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="%s">Update Services</a> on the Codex. Separate multiple service URLs with line breaks.' ),
-			__( 'https://codex.wordpress.org/Update_Services' )
+			__( 'https://wordpress.org/support/article/update-services/' )
 		);
 		?>
 	</label></p>
@@ -219,9 +219,9 @@
 	<p>
 		<?php
 		printf(
-			/* translators: 1: Codex URL, 2: URL to Reading Settings screen. */
+			/* translators: 1: Documentation URL, 2: URL to Reading Settings screen. */
 			__( 'WordPress is not notifying any <a href="%1$s">Update Services</a> because of your site&#8217;s <a href="%2$s">visibility settings</a>.' ),
-			__( 'https://codex.wordpress.org/Update_Services' ),
+			__( 'https://wordpress.org/support/article/update-services/' ),
 			'options-reading.php'
 		);
 		?>