diff --git a/bridges/GogsBridge.php b/bridges/GogsBridge.php index ef608d54..a2adc1f9 100644 --- a/bridges/GogsBridge.php +++ b/bridges/GogsBridge.php @@ -11,9 +11,9 @@ class GogsBridge extends BridgeAbstract { 'global' => array( 'host' => array( 'name' => 'Host', - 'exampleValue' => 'notabug.org', + 'exampleValue' => 'https://notabug.org', 'required' => true, - 'title' => 'Host name without trailing slash', + 'title' => 'Host name with its protocol, without trailing slash', ), 'user' => array( 'name' => 'Username',