change github link to the new location

This commit is contained in:
Timothy Baldridge 2019-09-30 21:04:21 -06:00
parent ebe2fb6608
commit eb827f5909
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
### Changelog
#### Version 0.9.4 - ???
* Nothing yet
* Point github icon to https://github.com/wabbajack-tools/wabbajack
#### Version 0.9.3 - 9/30/2019
* Add WABBAJACK_NOMATCH_INCLUDE works like WABBAJACK_INCLUDE but only includes files that are found to be missing at the end of compilation

View File

@ -70,7 +70,7 @@ namespace Wabbajack
private void GitHub_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
Process.Start("https://github.com/halgari/wabbajack");
Process.Start("https://github.com/wabbajack-tools/wabbajack");
}
private void Patreon_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)