From 1674d11b6ec1e71613aa223b8472aac245e07c60 Mon Sep 17 00:00:00 2001 From: ADI33 <adi33@3ds.com> Date: Thu, 17 Apr 2025 07:01:56 +0000 Subject: [PATCH] Issue #3519637: Update the project overview page --- bricks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks.module b/bricks.module index 5cbdbfb..ef6abbc 100644 --- a/bricks.module +++ b/bricks.module @@ -206,7 +206,7 @@ function _bricks_form_element_alter(&$element, $item, $entity) { * Prepares variables for `block.html.twig` for `system_powered_by_block`. */ function bricks_preprocess_block__system_powered_by_block(&$variables) { - $bricks_link = '<a href="https://uibricks.com">Bricks</a>'; + $bricks_link = '<a href="https://www.drupal.org/project/bricks">Bricks</a>'; $variables['content']['#markup'] = str_replace('>Drupal</a>', '>Drupal</a> & ' . $bricks_link, $variables['content']['#markup']); } -- GitLab