aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Shiftnet.cs
diff options
context:
space:
mode:
authorcarverh <[email protected]>2016-07-22 10:01:24 -0700
committerGitHub <[email protected]>2016-07-22 10:01:24 -0700
commite25a0a70669253e4a4553a6d7876bc8528a99412 (patch)
tree270c7c8c9217b3a7ae4930f5e248ee529e1a0664 /source/WindowsFormsApplication1/Apps/Shiftnet.cs
parentb52090021ff0ae61db652e8a486cbff6732f5ec5 (diff)
parentfe4121c5411f39b4ccf702700d7681184adb538f (diff)
downloadshiftos-c-_theultimatehacker-shiftui_integration.tar.gz
shiftos-c-_theultimatehacker-shiftui_integration.tar.bz2
shiftos-c-_theultimatehacker-shiftui_integration.zip
Merge pull request #2 from MichaelTheShifter/shiftui_integrationshiftui_integration
Shifter UI rewrite, fix shiftnet and spkg paths.
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Shiftnet.cs')
-rw-r--r--source/WindowsFormsApplication1/Apps/Shiftnet.cs2
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;