Skip to content

Commit 34746e1

Browse files
authored
Update Donation link in the Launcher (#120)
1 parent 0c72ac7 commit 34746e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Celeste_Launcher_Gui/Pages/OverviewPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private void OnFriendsClick(object sender, RoutedEventArgs e)
8686

8787
private void OnDonateClick(object sender, RoutedEventArgs e)
8888
{
89-
Process.Start("https://forums.projectceleste.com/donations/project-celeste-donations.2/campaign");
89+
Process.Start("https://forums.projectceleste.com/donate/");
9090
}
9191

9292
private void OnLogoutClick(object sender, RoutedEventArgs e)

0 commit comments

Comments
 (0)