summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatergridstatus.cpp
diff options
context:
space:
mode:
authorSteven Harrison (steven) <steven@lindenlab.com>2019-09-18 21:23:57 +0000
committerSteven Harrison (steven) <steven@lindenlab.com>2019-09-18 21:23:57 +0000
commit9430a569d83c5deb02fdec01a9ffe0789639fd48 (patch)
tree6c53d2e1b1059f76a704f436f18af9294ec45fdf /indra/newview/llfloatergridstatus.cpp
parentd7f73cfc5be0cf89bc7e704d3200507e55cb6e55 (diff)
SL-11984 Correct status page URLs
Diffstat (limited to 'indra/newview/llfloatergridstatus.cpp')
-rw-r--r--indra/newview/llfloatergridstatus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatergridstatus.cpp b/indra/newview/llfloatergridstatus.cpp
index c47ff1c1d9..faa7e9f3db 100644
--- a/indra/newview/llfloatergridstatus.cpp
+++ b/indra/newview/llfloatergridstatus.cpp
@@ -39,7 +39,7 @@
#include "llxmltree.h"
std::map<std::string, std::string> LLFloaterGridStatus::sItemsMap;
-const std::string DEFAULT_GRID_STATUS_URL = "http://secondlife-status.statuspage.io/";
+const std::string DEFAULT_GRID_STATUS_URL = "http://status.secondlifegrid.net/";
LLFloaterGridStatus::LLFloaterGridStatus(const Params& key) :
LLFloaterWebContent(key),