From 46a356b0b2b43e74545961a9ff9c54845f87cc88 Mon Sep 17 00:00:00 2001 From: Eric G Date: Mon, 18 Apr 2022 22:31:26 +0200 Subject: [PATCH] [GogsBridge] Add protocol to examplevalue (#2668) --- bridges/GogsBridge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',