From d9a709ffff9f3e3cb06c8399b88b18826f972f05 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 16 Jan 2019 15:36:42 +0100 Subject: [PATCH] Update AboutController.cs --- SparkleShare/Common/AboutController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Common/AboutController.cs b/SparkleShare/Common/AboutController.cs index bdf8c65e..514d045a 100644 --- a/SparkleShare/Common/AboutController.cs +++ b/SparkleShare/Common/AboutController.cs @@ -32,7 +32,7 @@ namespace SparkleShare { public delegate void UpdateLabelEventDelegate (string text); public readonly string WebsiteLinkAddress = "https://www.sparkleshare.org/"; - public readonly string CreditsLinkAddress = "https://github.com/hbons/SparkleShare/blob/master/legal/Authors.txt"; + public readonly string CreditsLinkAddress = "https://github.com/hbons/SparkleShare/blob/master/.github/AUTHORS.md"; public readonly string ReportProblemLinkAddress = "https://www.github.com/hbons/SparkleShare/issues"; public readonly string DebugLogLinkAddress = "file://" + SparkleShare.Controller.Config.LogFilePath;