diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp
index a593905060bec4c166f7637c005dc8e39b04848f..4b60f77eb960004130db2d984807a1799b6d24da 100644
--- a/indra/newview/llviewernetwork.cpp
+++ b/indra/newview/llviewernetwork.cpp
@@ -67,7 +67,7 @@ const std::string DEFAULT_LOGIN_PAGE = "https://viewer-splash.secondlife.com/";
 
 const std::string MAIN_GRID_LOGIN_URI = "https://login.agni.lindenlab.com/cgi-bin/login.cgi";
 
-const std::string SL_UPDATE_QUERY_URL = "https://update.secondlife.com/update";
+const std::string SL_UPDATE_QUERY_URL = "https://app.alchemyviewer.org/update";
 
 const std::string MAIN_GRID_SLURL_BASE = "http://maps.secondlife.com/secondlife/";
 const std::string SYSTEM_GRID_APP_SLURL_BASE = "secondlife:///app";
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 1541031e78d660f4288568cf7227072bd9b66c94..bf5041be80a60a35f85cf0f8d8279e7888980be6 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -192,7 +192,7 @@ No tutorial is currently available.
    icon="alertmodal.tga"
    name="BadInstallation"
    type="alertmodal">
- An error occurred while updating [APP_NAME].  Please [http://get.secondlife.com download the latest version] of the Viewer.
+ An error occurred while updating [APP_NAME].  Please [https://www.alchemyviewer.org/pages/downloads.html download the latest version] of the Viewer.
     <tag>fail</tag>
     <usetemplate
      name="okbutton"
@@ -4021,7 +4021,7 @@ Finished download of raw terrain file to:
    name="RequiredUpdate"
    type="alertmodal">
 Version [VERSION] is required for login.
-Please download from https://secondlife.com/support/downloads/
+Please download from https://www.alchemyviewer.org/pages/downloads.html
     <tag>confirm</tag>
     <usetemplate
      name="okbutton"
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 2a31826adf84fb3fc4d0e60f7d8405156b705188..dd7ae61723bc26be7e1baf33f78e9180e5409ce8 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -123,13 +123,10 @@ Voice Server Version: [VOICE_VERSION]
 	<string name="AgniGridLabel">Second Life Main Grid (Agni)</string>
 	<string name="AditiGridLabel">Second Life Beta Test Grid (Aditi)</string>
 	
-	<string name="ViewerDownloadURL">http://secondlife.com/download</string>
+	<string name="ViewerDownloadURL">https://www.alchemyviewer.org/pages/downloads.html</string>
 	<string name="LoginFailedViewerNotPermitted">
 The viewer you are using can no longer access Second Life. Please visit the following page to download a new viewer:
-http://secondlife.com/download
-
-For more information, see our FAQ below:
-http://secondlife.com/viewer-access-faq</string>
+https://www.alchemyviewer.org/pages/downloads.html</string>
 	<string name="LoginIntermediateOptionalUpdateAvailable">Optional viewer update available: [VERSION]</string>
 	<string name="LoginFailedRequiredUpdate">Required viewer update: [VERSION]</string>
 	<string name="LoginFailedAlreadyLoggedIn">This agent is already logged in.
@@ -2974,7 +2971,7 @@ Do you wish to continue?
 	<string name="MBWarning">Warning</string>
 	<string name="MBNoAutoUpdate">
 		Automatic updating is not yet implemented for Linux.
-Please download the latest version from www.secondlife.com.
+Please download the latest version from https://www.alchemyviewer.org
 	</string>
 	<string name="MBRegClassFailed">RegisterClass failed</string>
 	<string name="MBError">Error</string>
@@ -3617,7 +3614,7 @@ If you continue to receive this message, contact the [SUPPORT_SITE].
 	  Failed to download update
 	</string>
 	<string name="UpdaterFailUpdateDescriptive">
-	  An error occurred while updating [APP_NAME]. Please download the latest version from www.secondlife.com.
+	  An error occurred while updating [APP_NAME]. Please download the latest version from https://www.alchemyviewer.org
 	</string>
 	<string name="UpdaterFailInstallTitle">
 	  Failed to install update
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index f3ae6494e587aec9e83ee124696c8c23ce83146c..e8b56c5d5a9c498ac600769c01316ecba023c661 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -176,7 +176,7 @@ def construct(self):
                             "Channel":self.channel_with_pkg_suffix(),
                             "Platform":self.build_data_json_platform,
                             "Address Size":self.address_size,
-                            "Update Service":"https://update.secondlife.com/update",
+                            "Update Service":"https://app.alchemyviewer.org/update",
                             }
             # Only store this if it's both present and non-empty
             bugsplat_db = self.args.get('bugsplat')