diff --git a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/inc/docs-importer.php b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/inc/docs-importer.php
index b75989f07..f04505a2b 100644
|
a
|
b
|
|
| 2 | 2 | |
| 3 | 3 | class Import_Gutendocs { |
| 4 | 4 | |
| 5 | | private static $handbook_manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/manifest.json'; |
| | 5 | private static $handbook_manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/wp/5.1/docs/manifest.json'; |
| 6 | 6 | private static $input_name = 'wporg-gutenberg-markdown-source'; |
| 7 | 7 | private static $meta_key = 'wporg_gutenberg_markdown_source'; |
| 8 | 8 | private static $nonce_name = 'wporg-gutenberg-markdown-source-nonce'; |