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

Commit

Permalink
Fixed donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Feb 18, 2019
1 parent 8f11ec5 commit fa3d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Deployer.Raspberry.Gui/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class MainViewModel : ReactiveObject, IDisposable

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

public MainViewModel(IObservable<LogEvent> events,
Expand Down

0 comments on commit fa3d15f

Please sign in to comment.