mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
change github link to the new location
This commit is contained in:
parent
ebe2fb6608
commit
eb827f5909
@ -1,7 +1,7 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Version 0.9.4 - ???
|
#### Version 0.9.4 - ???
|
||||||
* Nothing yet
|
* Point github icon to https://github.com/wabbajack-tools/wabbajack
|
||||||
|
|
||||||
#### Version 0.9.3 - 9/30/2019
|
#### 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
|
* Add WABBAJACK_NOMATCH_INCLUDE works like WABBAJACK_INCLUDE but only includes files that are found to be missing at the end of compilation
|
||||||
|
@ -70,7 +70,7 @@ namespace Wabbajack
|
|||||||
|
|
||||||
private void GitHub_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
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)
|
private void Patreon_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
||||||
|
Loading…
Reference in New Issue
Block a user