diff options
Diffstat (limited to 'bridges/GogsBridge.php')
-rw-r--r-- | bridges/GogsBridge.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/GogsBridge.php b/bridges/GogsBridge.php index c2823753..ef608d54 100644 --- a/bridges/GogsBridge.php +++ b/bridges/GogsBridge.php @@ -11,19 +11,19 @@ class GogsBridge extends BridgeAbstract { 'global' => array( 'host' => array( 'name' => 'Host', - 'exampleValue' => 'https://gogs.io', + 'exampleValue' => 'notabug.org', 'required' => true, 'title' => 'Host name without trailing slash', ), 'user' => array( 'name' => 'Username', - 'exampleValue' => 'gogs', + 'exampleValue' => 'PDModdingCommunity', 'required' => true, 'title' => 'User name as it appears in the URL', ), 'project' => array( 'name' => 'Project name', - 'exampleValue' => 'gogs', + 'exampleValue' => 'PD-Loader', 'required' => true, 'title' => 'Project name as it appears in the URL', ), @@ -47,7 +47,7 @@ class GogsBridge extends BridgeAbstract { 'issue' => array( 'name' => 'Issue number', 'type' => 'number', - 'exampleValue' => 102, + 'exampleValue' => 100, 'required' => true, 'title' => 'Issue number from the issues list', ), |