refactor<*>: change all url of this repo from gitee.com to github.com

This commit is contained in:
leo 2021-11-15 14:26:55 +08:00
parent 18f176a66b
commit 7fe48d9a88
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ namespace SourceGit.Views {
}
private void Download(object sender, RoutedEventArgs e) {
var url = $"https://gitee.com/sourcegit/sourcegit/releases/{Version.TagName}";
var url = $"https://github.com/sourcegit-scm/sourcegit/releases/{Version.TagName}";
#if NET48
Process.Start(url);
#else