diff --git a/bricks.module b/bricks.module
index 5cbdbfb96f16cbf038164c6def6e0da621fae303..ef6abbc5fa55f468cb30acd2d1f6c96dd6fa83bd 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']);
 }