diff --git a/third_party/firefox_sendtophone/defaults/preferences/prefs.js b/third_party/firefox_sendtophone/defaults/preferences/prefs.js
index 36240c9..d43c3a8 100644
--- a/third_party/firefox_sendtophone/defaults/preferences/prefs.js
+++ b/third_party/firefox_sendtophone/defaults/preferences/prefs.js
@@ -1,7 +1,7 @@
pref("extensions.sendtophone.installedButton", false);
pref("extensions.sendtophone.appUrl", "https://chrometophone.appspot.com");
-pref("extensions.sendtophone.proxyUrl", "http://foxtophone.com/?link=");
+pref("extensions.sendtophone.proxyUrl", "http://foxtophone.com/f2p.php?link=");
pref("extensions.sendtophone.fileServerUrl", "");
pref("extensions.sendtophone.fileUploadMaxKb", 50000);
pref("extensions.sendtophone.SearchQR", 0); // 0: search and prompt, 1: search and launch automatically, 2: don't search
diff --git a/third_party/firefox_sendtophone/install.rdf b/third_party/firefox_sendtophone/install.rdf
index 4b4e94a..3d1f033 100644
--- a/third_party/firefox_sendtophone/install.rdf
+++ b/third_party/firefox_sendtophone/install.rdf
@@ -4,7 +4,7 @@
sendtophone@martinezdelizarrondo.com
2
Fox To Phone
- 1.1.2
+ 1.1.2beta3
Alfonso & Patrick
Send links to your Android 2.2 phone using the new C2DM service. Based on the ChromeToPhone extension.
@@ -26,7 +26,7 @@
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
3.5
- 4.0b5pre
+ 4.0
diff --git a/third_party/firefox_sendtophone/modules/sendtophone.js b/third_party/firefox_sendtophone/modules/sendtophone.js
index f93a085..70b3beb 100644
--- a/third_party/firefox_sendtophone/modules/sendtophone.js
+++ b/third_party/firefox_sendtophone/modules/sendtophone.js
@@ -133,7 +133,7 @@ var sendtophoneCore = {
else
{
if (req.status==500 && body.substr(0,27) =="ERROR (Unable to send link)"){
- sendtophoneCore.openTab( "http://www.foxtophone.com/status500/" );
+ sendtophoneCore.openTab( "http://www.foxtophone.com/help/error-500/" );
}
else if (req.status==400&&this.retryCount<4){
this.retryCount++;