Changed "Script edited with" tagline to point to GitHub site

This commit is contained in:
Ben 2015-06-07 19:18:56 +01:00
parent dffe301c87
commit a693d68494
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace Filtration.Translators
{ {
var outputString = string.Empty; var outputString = string.Empty;
outputString += "# Script edited with Filtration - http://ben-wallis.github.io/Filtration/" + outputString += "# Script edited with Filtration - https://github.com/ben-wallis/Filtration" +
Environment.NewLine; Environment.NewLine;
if (!string.IsNullOrEmpty(script.Description)) if (!string.IsNullOrEmpty(script.Description))