Changed "Script edited with" tagline to point to GitHub site
This commit is contained in:
parent
dffe301c87
commit
a693d68494
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue