diff --git a/PluginPack/Footnotes.cs b/PluginPack/Footnotes.cs index 56145a3..5f3b430 100644 --- a/PluginPack/Footnotes.cs +++ b/PluginPack/Footnotes.cs @@ -13,7 +13,7 @@ namespace ScrewTurn.Wiki.Plugins.PluginPack { public class Footnotes : IFormatterProviderV30 { // Kindly contributed by Jens Felsner - private static readonly ComponentInformation info = new ComponentInformation("Footnotes Plugin", "Threeplicate Srl", "3.0.1.471", "http://www.screwturn.eu", "http://www.screwturn.eu/Version/PluginPack/RssFeedDisplay.txt"); + private static readonly ComponentInformation info = new ComponentInformation("Footnotes Plugin", "Threeplicate Srl", "3.0.1.471", "http://www.screwturn.eu", "http://www.screwturn.eu/Version/PluginPack/Footnotes.txt"); private static readonly Regex ReferencesRegex = new Regex("(<[ ]*references[ ]*/[ ]*>|<[ ]*references[ ]*>.*?<[ ]*/[ ]*references[ ]*>)", RegexOptions.Compiled | RegexOptions.IgnoreCase); private static readonly Regex RefRegex = new Regex("<[ ]*ref[ ]*>.*?<[ ]*/[ ]*ref[ ]*>", RegexOptions.Compiled | RegexOptions.IgnoreCase);