Skip to content

Commit

Permalink
Moving config to rappen.github.io/Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Sep 4, 2024
1 parent f52b996 commit 83e1f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FetchXmlBuilder/Settings/OnlineSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Rappen.XTB.FXB.Settings
public class OnlineSettings
{
private const string FileName = "Rappen.XTB.FXB.Settings.xml";
private static readonly Uri ToolSettingsURLPath = new Uri("https://rappen.github.io/Rappen.XTB.Supporting/Config/");
private static readonly Uri ToolSettingsURLPath = new Uri("https://rappen.github.io/Tools/");
private static OnlineSettings instance;

public int SettingsVersion = 1;
Expand Down

0 comments on commit 83e1f7a

Please sign in to comment.