summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Burdette <kburdet1@ford.com>2013-04-24 09:28:05 -0400
committerKevin Burdette <kburdet1@ford.com>2013-04-24 09:28:05 -0400
commitd342a0a6894c7ebfcab765e3184c1f4a5769cb8f (patch)
treef89be57ee0d01697e036278f1134389ee03a29dc
parenta46991cd5da4dbcc5510457c6bae2dab340c1ed2 (diff)
downloadsmartdevicelink-d342a0a6894c7ebfcab765e3184c1f4a5769cb8f.tar.gz
Removed Ford specific URL
-rwxr-xr-xSDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js b/SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js
index 6d755d447..96407e113 100755
--- a/SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js
+++ b/SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js
@@ -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
+} )