Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit fa3d15f

Browse files
committed
Fixed donation link
1 parent 8f11ec5 commit fa3d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Deployer.Raspberry.Gui/ViewModels/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class MainViewModel : ReactiveObject, IDisposable
2323

2424
private ObservableAsPropertyHelper<RenderedLogEvent> statusHelper;
2525
private readonly ObservableAsPropertyHelper<bool> isBusyHelper;
26-
private const string DonationLink = "https://github.com/WoA-project/WOA-Deployer/blob/master/Docs/Donations.md";
26+
private const string DonationLink = "https://github.com/WOA-Project/WOA-Deployer-Rpi/blob/master/Docs/Donations.md";
2727
private const string HelpLink = "https://github.com/WOA-Project/WOA-Deployer-Rpi#need-help";
2828

2929
public MainViewModel(IObservable<LogEvent> events,

0 commit comments

Comments
 (0)