diff --git a/rename_admin_paths.module b/rename_admin_paths.module
index 160703e..665d6a3 100644
--- a/rename_admin_paths.module
+++ b/rename_admin_paths.module
@@ -23,7 +23,7 @@ function rename_admin_paths_help($route_name, RouteMatchInterface $route_match)
       $output .= '</dl>';
       return $output;
 
-    case 'admin/config/system/rename-admin-paths':
+    case 'rename_admin_paths.admin':
       $output = '<p>' . t('Configure how to rename admin paths.') . '</p>';
       return $output;
   }
