From fa3d15f96b2d169aef0662ffeaa2582ef7200a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Nieto=20S=C3=A1nchez?= Date: Mon, 18 Feb 2019 17:01:57 +0100 Subject: [PATCH] Fixed donation link --- Source/Deployer.Raspberry.Gui/ViewModels/MainViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Deployer.Raspberry.Gui/ViewModels/MainViewModel.cs b/Source/Deployer.Raspberry.Gui/ViewModels/MainViewModel.cs index c45ecd5..dc7fbe1 100644 --- a/Source/Deployer.Raspberry.Gui/ViewModels/MainViewModel.cs +++ b/Source/Deployer.Raspberry.Gui/ViewModels/MainViewModel.cs @@ -23,7 +23,7 @@ public class MainViewModel : ReactiveObject, IDisposable private ObservableAsPropertyHelper statusHelper; private readonly ObservableAsPropertyHelper 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 events,