diff options
Diffstat (limited to 'indra/llcommon/llsecondlifeurls.cpp')
-rw-r--r-- | indra/llcommon/llsecondlifeurls.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llsecondlifeurls.cpp b/indra/llcommon/llsecondlifeurls.cpp index 207d704f2a..fb768bbb3c 100644 --- a/indra/llcommon/llsecondlifeurls.cpp +++ b/indra/llcommon/llsecondlifeurls.cpp @@ -83,5 +83,5 @@ const std::string LSL_DOC_URL ( const std::string SL_KB_URL ( "http://secondlife.com/knowledgebase/"); -const std::string RELEASE_NOTES ( "releasenotes.txt"); - +const std::string RELEASE_NOTES_BASE_URL ( + "http://secondlife.com/app/releasenotes/"); |