From f32d2f425cac2266d06c80ce954831c2adc556fa Mon Sep 17 00:00:00 2001 From: NesleeCanilPinto Date: Mon, 13 Apr 2020 16:59:46 +0530 Subject: [PATCH] Issue #3127120 by Neslee Canil Pinto: Replace cgit.drupalcode.org with git.drupalcode.org in codebase --- src/Commands/ColorboxCommands.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/ColorboxCommands.php b/src/Commands/ColorboxCommands.php index 19a099f..8a88efe 100644 --- a/src/Commands/ColorboxCommands.php +++ b/src/Commands/ColorboxCommands.php @@ -15,8 +15,8 @@ use GuzzleHttp\Exception\RequestException; * of the services file to use. * * See these files for an example of injecting Drupal services: - * - http://cgit.drupalcode.org/devel/tree/src/Commands/DevelCommands.php - * - http://cgit.drupalcode.org/devel/tree/drush.services.yml + * - http://git.drupalcode.org/devel/tree/src/Commands/DevelCommands.php + * - http://git.drupalcode.org/devel/tree/drush.services.yml */ class ColorboxCommands extends DrushCommands { -- GitLab