Skip to content

Commit 83e1f7a

Browse files
committed
Moving config to rappen.github.io/Tools
1 parent f52b996 commit 83e1f7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FetchXmlBuilder/Settings/OnlineSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Rappen.XTB.FXB.Settings
1010
public class OnlineSettings
1111
{
1212
private const string FileName = "Rappen.XTB.FXB.Settings.xml";
13-
private static readonly Uri ToolSettingsURLPath = new Uri("https://rappen.github.io/Rappen.XTB.Supporting/Config/");
13+
private static readonly Uri ToolSettingsURLPath = new Uri("https://rappen.github.io/Tools/");
1414
private static OnlineSettings instance;
1515

1616
public int SettingsVersion = 1;

0 commit comments

Comments
 (0)