diff --git a/modules/custom/az_core/az_core.module b/modules/custom/az_core/az_core.module index fae9b9d956..29ba4af720 100644 --- a/modules/custom/az_core/az_core.module +++ b/modules/custom/az_core/az_core.module @@ -44,7 +44,7 @@ function az_core_toolbar() { 'tab' => [ '#type' => 'link', '#title' => t('Quickstart 2'), - '#url' => Url::fromUri('https://quickstart.arizona.edu'), + '#url' => Url::fromRoute('az_core.az_quickstart'), '#attributes' => [ 'target' => t('_blank'), 'title' => t('AZ Quickstart 2'),