diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp
index 78a04163a0b2add71026905a31f4ddcdfa94017f..2b7cc15c395bb10d19a088086ceaf2687b51de73 100644
--- a/indra/llcommon/llerror.cpp
+++ b/indra/llcommon/llerror.cpp
@@ -1639,9 +1639,9 @@ namespace LLError
     {
         // Files Are missing, likely can't localize.
         const std::string error_string =
-            "Second Life viewer couldn't access some of the files it needs and will be closed."
-            "\n\nPlease reinstall viewer from  https://secondlife.com/support/downloads/ and "
-            "contact https://support.secondlife.com if issue persists after reinstall.";
+            "Alchemy Viewer couldn't access some of the files it needs and will be closed."
+            "\n\nPlease reinstall viewer from  https://alchemyviewer.org/downloads and "
+            "contact the Alchemy Viewer Team if the issue persists after reinstall.";
         sHandler("Missing Files", error_string);
     }
 
diff --git a/indra/llui/lltransutil.cpp b/indra/llui/lltransutil.cpp
index 6c486f29ba94ebae5d824bc89a4ae79a07a5b9f9..ac8115c6110e075d2c4965369b042ac6fa7699ba 100644
--- a/indra/llui/lltransutil.cpp
+++ b/indra/llui/lltransutil.cpp
@@ -45,9 +45,9 @@ bool LLTransUtil::parseStrings(const std::string& xml_filename, const std::set<s
 	if (!success)
 	{
         const std::string error_string =
-            "Second Life viewer couldn't access some of the files it needs and will be closed."
-            "\n\nPlease reinstall viewer from  https://secondlife.com/support/downloads/ and "
-            "contact https://support.secondlife.com if issue persists after reinstall.";
+            "Alchemy Viewer couldn't access some of the files it needs and will be closed."
+            "\n\nPlease reinstall viewer from  https://alchemyviewer.org/downloads and "
+            "contact the Alchemy Viewer team if issue persists after reinstall.";
         LLError::LLUserWarningMsg::show(error_string);
 		gDirUtilp->dumpCurrentDirectories(LLError::LEVEL_WARN);
 		LL_ERRS() << "Couldn't load string table " << xml_filename << " " << errno << LL_ENDL;
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 68bc91c248821eaf6a66ed0752781350add35c88..94448b98bdb3290f18c8f8baf8128dc26f172ca6 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -3072,7 +3072,7 @@ If your computer's RAM is low, quit any heavy applications before runing Second
     <string name="MBMissingFile">
         [APP_NAME] couldn't access or find some of the files it needs and will be closed.
 
-Please reinstall viewer from  https://secondlife.com/support/downloads/ and contact https://support.secondlife.com if issue persists after reinstall.
+Please reinstall viewer from https://alchemyviewer.org/downloads and contact the Alchemy Viewer team if issue persists after reinstall.
     </string>
 
     <!-- Avatar Shape Information -->