Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
--- a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php	(revision 707d5df17618f55b65d602c8cd27b7240b212dda)
+++ b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php	(date 1607873871982)
@@ -186,7 +186,7 @@
 		$description .= sprintf(
 			// translators: %s is the wordpress.org Twenty Twenty-One support article URL.
 			__( 'Dark Mode is a device setting. If a visitor to your site requests it, your site will be shown with a dark background and light text. <a href="%s">Learn more about Dark Mode.</a>', 'twentytwentyone' ),
-			__( 'https://wordpress.org/support/article/twenty-twenty-one/', 'twentytwentyone' )
+			__( 'https://wordpress.org/support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' )
 		);
 		$description .= '</p>';
 		$description .= '<p>' . __( 'Dark Mode can also be turned on and off with a button that you can find in the bottom right corner of the page.', 'twentytwentyone' ) . '</p>';
Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php
--- a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php	(revision 707d5df17618f55b65d602c8cd27b7240b212dda)
+++ b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php	(date 1607873941798)
@@ -39,7 +39,7 @@
 		?>
 		<div class="notice notice-warning">
 			<p><?php esc_html_e( 'To access the Dark Mode settings, select a light background color.', 'twentytwentyone' ); ?></p>
-			<p><a href="https://wordpress.org/support/article/twenty-twenty-one/">
+			<p><a href="<?php esc_html_e( 'https://wordpress.org/support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ); ?>">
 				<?php esc_html_e( 'Learn more about Dark Mode.', 'twentytwentyone' ); ?>
 			</a></p>
 		</div>
