diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
index d94136b..bfee7a7 100644
a
|
b
|
if ( have_posts() ) : |
43 | 43 | ); ?> |
44 | 44 | </p> |
45 | 45 | <p> |
46 | | <?php printf( __( 'Further resources for theme developers can be found in the Codex on the <a href="%s">Theme Development page</a>.', 'wporg-themes' ), |
47 | | __( 'https://codex.wordpress.org/Theme_Development', 'wporg-themes' ) |
| 46 | <?php printf( __( 'Further resources for theme developers can be found in the <a href="%s">Theme Developer Handbook</a>.', 'wporg-themes' ), |
| 47 | __( 'https://developer.wordpress.org/themes/', 'wporg-themes' ) |
48 | 48 | ); ?> |
49 | 49 | </p> |
50 | 50 | <p> |