diff --git a/core/modules/update/update.links.menu.yml b/core/modules/update/update.links.menu.yml
index 6b599df..6e1d202 100644
--- a/core/modules/update/update.links.menu.yml
+++ b/core/modules/update/update.links.menu.yml
@@ -4,3 +4,8 @@ update.status:
   route_name: update.status
   parent: system.admin_reports
   weight: -50
+update.update_settings:
+  title: 'Update manager'
+  description: 'Specify how frequently to check for updates and who to notify if updates are available.'
+  route_name: update.settings
+  parent: system.admin_config_development
diff --git a/core/modules/update/update.links.task.yml b/core/modules/update/update.links.task.yml
index 6246931..cd61f9a 100644
--- a/core/modules/update/update.links.task.yml
+++ b/core/modules/update/update.links.task.yml
@@ -2,25 +2,21 @@ update.status:
   route_name: update.status
   base_route: system.admin_reports
   title: List
-update.settings:
-  route_name: update.settings
-  base_route: system.admin_reports
-  title: Settings
-  weight: 50
-update.report_install:
-  route_name: update.report_install
+  weight: 5
+update.report_update:
+  route_name: update.report_update
   base_route: system.admin_reports
   title: Update
   weight: 10
 
-update.module_install:
-  route_name: update.module_install
+update.module_update:
+  route_name: update.module_update
   base_route: system.modules_list
   title: Update
   weight: 10
 
-update.theme_install:
-  route_name: update.theme_install
+update.theme_update:
+  route_name: update.theme_update
   base_route: system.themes_page
   title: Update
   weight: 10
diff --git a/core/modules/update/update.routing.yml b/core/modules/update/update.routing.yml
index d3cf59a..254a311 100644
--- a/core/modules/update/update.routing.yml
+++ b/core/modules/update/update.routing.yml
@@ -1,8 +1,8 @@
 update.settings:
-  path: '/admin/reports/updates/settings'
+  path: '/admin/config/development/update'
   defaults:
     _form: '\Drupal\update\UpdateSettingsForm'
-    _title: 'Settings'
+    _title: 'Update manager'
   requirements:
     _permission: 'administer site configuration'
 
@@ -37,7 +37,7 @@ update.report_update:
   path: '/admin/reports/updates/update'
   defaults:
     _form: '\Drupal\update\Form\UpdateManagerUpdate'
-    _title: 'Update'
+    _title: 'Available updates'
   options:
     _access_mode: 'ALL'
   requirements:
