diff --git a/core/modules/help/help.api.php b/core/modules/help/help.api.php
index dd3590a7e5..287c791d3a 100644
--- a/core/modules/help/help.api.php
+++ b/core/modules/help/help.api.php
@@ -26,14 +26,6 @@
  * hook_help() documentation and
  * @link https://www.drupal.org/docs/develop/documenting-your-project/help-text-standards Help text standards @endlink
  * for more information.
- *
- * @section sec_tour Tours
- * Modules can provide tours of administrative pages by creating tour config
- * files and placing them in their config/optional subdirectory. See
- * @link https://www.drupal.org/docs/8/api/tour-api/overview Tour API overview @endlink
- * for more information. The contributed
- * @link https://www.drupal.org/project/tour_ui Tour UI module @endlink
- * can also be used to create tour config files.
  * @}
  */
 
diff --git a/core/modules/help/help_topics/core.ui_components.html.twig b/core/modules/help/help_topics/core.ui_components.html.twig
index 1286171aa7..4e06320b1b 100644
--- a/core/modules/help/help_topics/core.ui_components.html.twig
+++ b/core/modules/help/help_topics/core.ui_components.html.twig
@@ -16,7 +16,6 @@ related:
   <li>{% trans %}If you install the core Contextual Links module, non-administrative pages will contain links leading to related administrative tasks.{% endtrans %}</li>
   <li>{% trans %}In-place or <em>quick</em> editing. In-place editing of configuration is provided by the core Settings Tray module. See {{ settings_tray_topic }} for more information.{% endtrans %}</li>
   <li>{% trans %}The core Help module displays help topics, and provides a Help block that can be placed on administrative pages to provide an overview of their functionality.{% endtrans %}</li>
-  <li>{% trans %}The core Tour module allows modules to provide interactive tours of administrative pages for more detailed help.{% endtrans %}</li>
 </ul>
 <h2>{% trans %}What are the sections of the administrative menu?{% endtrans %}</h2>
 <p>{% trans %}The administrative menu, which you can navigate by visiting <em>{{ admin_link }}</em> on your site or by using an administrative toolbar, has the following sections (some may not be available, depending on which modules are currently installed on your site, and your permissions):{% endtrans %}</p>
diff --git a/core/modules/help/help_topics/tour.overview.html.twig b/core/modules/tour/help_topics/tour.overview.html.twig
similarity index 100%
rename from core/modules/help/help_topics/tour.overview.html.twig
rename to core/modules/tour/help_topics/tour.overview.html.twig
diff --git a/core/modules/tour/tour.api.php b/core/modules/tour/tour.api.php
index ee425afd4b..e0c06a15cd 100644
--- a/core/modules/tour/tour.api.php
+++ b/core/modules/tour/tour.api.php
@@ -5,6 +5,21 @@
  * Describes API functions for tour module.
  */
 
+/**
+ * @defgroup help_docs Help and documentation
+ * @{
+ * Documenting modules, themes, and install profiles
+ *
+ * @section sec_tour Tours
+ * Modules can provide tours of administrative pages by creating tour config
+ * files and placing them in their config/optional subdirectory. See
+ * @link https://www.drupal.org/docs/8/api/tour-api/overview Tour API overview @endlink
+ * for more information. The contributed
+ * @link https://www.drupal.org/project/tour_ui Tour UI module @endlink
+ * can also be used to create tour config files.
+ * @}
+ */
+
 /**
  * @addtogroup hooks
  * @{
