Removed Ford specific URL 0.1 upstream/0.1
authorKevin Burdette <kburdet1@ford.com>
Wed, 24 Apr 2013 13:28:05 +0000 (09:28 -0400)
committerKevin Burdette <kburdet1@ford.com>
Wed, 24 Apr 2013 13:28:05 +0000 (09:28 -0400)
SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js

index 6d755d4..96407e1 100755 (executable)
@@ -252,7 +252,7 @@ FFW.BasicCommunication = FFW.RPCObserver.create( {
         };
 
         if( SDL.SDLModel.sendDataExtend ){
-            JSONMessage.params["url"] = "ftp://ford-applink.luxoft.com";
+            JSONMessage.params["url"] = "http://projects.genivi.org/smartphonelink/";
             JSONMessage.params["timeout"] = 10000;
         }
 
@@ -305,4 +305,4 @@ FFW.BasicCommunication = FFW.RPCObserver.create( {
         this.client.send( JSONMessage );
     }
 
-} )
\ No newline at end of file
+} )