File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public static class GiteeConstants
88
99 public const string DefaultAuthenticationHelper = "Gitee.UI" ;
1010
11- // Owned by https://gitee.com/maikebing /git-credential-manager
11+ // Owned by https://gitee.com/GitCredentialManager /git-credential-manager/issues
1212 public const string OAuthClientId = "09776da975878a86ed655d5ada62a5d4e6faf8e89514ec982794eb61f4092d01" ;
1313 public const string OAuthClientSecret = "1d52e7bb3c53b396ad3c4e256ca1eaff27df20a782cd4f1f3dfefa32f44bafc9" ;
1414
@@ -42,7 +42,7 @@ public static class Credential
4242
4343 public static class HelpUrls
4444 {
45- public const string Gitee = "https://gitee.com/maikebing /git-credential-manager/issues" ;
45+ public const string Gitee = "https://gitee.com/GitCredentialManager /git-credential-manager/issues" ;
4646 }
4747
4848 public static bool IsGiteeDotCom ( Uri uri ) => StringComparer . OrdinalIgnoreCase . Equals ( uri . Host , GiteeDotCom . Host ) ;
You can’t perform that action at this time.
0 commit comments