diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-22 12:23:28 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-22 12:23:28 -0400 |
| commit | fe4121c5411f39b4ccf702700d7681184adb538f (patch) | |
| tree | 270c7c8c9217b3a7ae4930f5e248ee529e1a0664 /source/WindowsFormsApplication1/Apps/Shiftnet.cs | |
| parent | b52090021ff0ae61db652e8a486cbff6732f5ec5 (diff) | |
| download | shiftos-c--fe4121c5411f39b4ccf702700d7681184adb538f.tar.gz shiftos-c--fe4121c5411f39b4ccf702700d7681184adb538f.tar.bz2 shiftos-c--fe4121c5411f39b4ccf702700d7681184adb538f.zip | |
Shifter UI rewrite, fix shiftnet and spkg paths.
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Shiftnet.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Shiftnet.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Shiftnet.cs b/source/WindowsFormsApplication1/Apps/Shiftnet.cs index 8e9a818..0c8b4b7 100644 --- a/source/WindowsFormsApplication1/Apps/Shiftnet.cs +++ b/source/WindowsFormsApplication1/Apps/Shiftnet.cs @@ -75,7 +75,7 @@ namespace ShiftOS { try { - string content = wc.DownloadString(url.Replace("shiftnet://", "http://www.playshiftos.ml/shiftnet/www/")); + string content = wc.DownloadString(url.Replace("shiftnet://", "http://releases.playshiftos.ml/shiftnet/www/")); if (content.StartsWith("<!STML>")) { LastUrl = url; |
