Skip to content

Commit 1063d1c

Browse files
committed
modify uri
1 parent f194d46 commit 1063d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/Gitee/GiteeConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)