diff --git a/core/lib/Drupal/Core/Render/theme.api.php b/core/lib/Drupal/Core/Render/theme.api.php index 2218830aba615fa16e6e3024c3b4469048d96961..e547fac7bf9e49f470260cfc4e40e70069a948a8 100644 --- a/core/lib/Drupal/Core/Render/theme.api.php +++ b/core/lib/Drupal/Core/Render/theme.api.php @@ -326,8 +326,9 @@ * on plugins. You can search for classes with the RenderElement or FormElement * attribute to discover what render elements are available. API reference * sites (such as https://api.drupal.org) generate lists of all existing - * elements from these classes. Look for the Elements link in the API Navigation - * block. + * elements from these classes. Use the + * @link listing_page_element Elements link @endlink in the API Navigation + * block to view the available elements. * * Modules can define render elements by defining an element plugin. *