diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-04 20:10:45 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-04 21:27:36 +0200 | 
| commit | aee03dfe7419d137cbdbd966fd78c80e5f1c7836 (patch) | |
| tree | bfbccff04a00fdf0d1536e2a1a9fd7fb7cf238fe | |
| parent | 2da7bc83b51e483a54dfdd545af748d27a6a0b12 (diff) | |
SL-14828 Update web_profile_url for Aditi
| -rw-r--r-- | indra/newview/llviewernetwork.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp index a593905060..be05ac0d3a 100644 --- a/indra/newview/llviewernetwork.cpp +++ b/indra/newview/llviewernetwork.cpp @@ -130,7 +130,7 @@ void LLGridManager::initialize(const std::string& grid_file)  				  "https://secondlife.aditi.lindenlab.com/helpers/",  				  DEFAULT_LOGIN_PAGE,  				  SL_UPDATE_QUERY_URL, -				  "https://my.aditi.lindenlab.com/", +				  "https://my.secondlife-beta.com/",  				  "Aditi");  	LLSD other_grids; | 
