mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
refactor<*>: change all url of this repo from gitee.com to github.com
This commit is contained in:
parent
18f176a66b
commit
7fe48d9a88
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue