diff --git a/core/lib/Drupal/Core/Menu/menu.api.php b/core/lib/Drupal/Core/Menu/menu.api.php index 5814bb2d0b..4951c232db 100644 --- a/core/lib/Drupal/Core/Menu/menu.api.php +++ b/core/lib/Drupal/Core/Menu/menu.api.php @@ -54,7 +54,7 @@ * administrative hierarchy. See system.links.menu.yml to find the main * skeleton of the hierarchy. * - options: Define additional route options such as query parameters. See - * https://www.drupal.org/docs/8/api/routing-system/routing-related-objects-route-currentroutematch-routematch-url + * https://www.drupal.org/docs/8/api/menu-api/providing-module-defined-menu-links * for more information. * - weight: Lower (negative) numbers come before higher (positive) numbers, * for menu items with the same parent.