Issue #3524547 by thejimbirch, ishani patel, quietone: Navigation module's...
Issue #3524547 by thejimbirch, ishani patel, quietone: Navigation module's help text should not link to the contrib module
(cherry picked from commit a2ec3114)
6 merge requests!12618Issue #3522970 by longwave, smustgrave: Remove unused BrowserTestBase::$originalContainer,!12473Issue #3521639 by mstrelan, smustgrave for 11.2,!12462Issue #3523109 by ghost of drupal past, donquixote, nicxvan, dww, larowlan,...,!12357Issue #3529639 by mradcliffe, smustgrave, solomon.yifru: replacing a depricated css,!8811Issue #3129179: Provide some way to rebuild the persistent bundle field map,!7916Remove taxonomy dependency on node module - 11.x
@@ -62,7 +62,7 @@ public function help($route_name, RouteMatchInterface $route_match): ?string {
$output='';
$output.='<h3>'.$this->t('About').'</h3>';
$output.='<p>'.$this->t('The Navigation module provides a left-aligned, collapsible, vertical sidebar navigation.').'</p>';
$output.='<p>'.$this->t('For more information, see the <a href=":docs">online documentation for the Navigation module</a>.',[':docs'=>'https://www.drupal.org/project/navigation']).'</p>';
$output.='<p>'.$this->t('For more information, see the <a href=":docs">online documentation for the Navigation module</a>.',[':docs'=>'https://www.drupal.org/docs/develop/core-modules-and-themes/core-modules/navigation-module']).'</p>';