From d1a3ce6e7798bb9a97afe9acb40491017148461a Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 19 May 2014 14:00:18 +0200 Subject: [PATCH] Update SparkleAboutController.cs Fixed link to the authors.txt file. --- SparkleShare/SparkleAboutController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleAboutController.cs b/SparkleShare/SparkleAboutController.cs index 48d2e74f..58a4c8da 100755 --- a/SparkleShare/SparkleAboutController.cs +++ b/SparkleShare/SparkleAboutController.cs @@ -30,7 +30,7 @@ namespace SparkleShare { public delegate void UpdateLabelEventDelegate (string text); public readonly string WebsiteLinkAddress = "http://www.sparkleshare.org/"; - public readonly string CreditsLinkAddress = "http://www.github.com/hbons/SparkleShare/tree/master/legal/AUTHORS"; + public readonly string CreditsLinkAddress = "http://github.com/hbons/SparkleShare/blob/master/legal/Authors.txt"; public readonly string ReportProblemLinkAddress = "http://www.github.com/hbons/SparkleShare/issues"; public readonly string DebugLogLinkAddress = "file://" + Program.Controller.Config.LogFilePath;