diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-01-09 10:31:24 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-01-09 11:36:54 +0800 |
| commit | 367915001c61a27dfe68dfc201512de0a587aa80 (patch) | |
| tree | 368f90feaff1c9cbc6983ee0c4b86ea9f50347d9 /indra/newview/llappviewer.cpp | |
| parent | f6dec0bf7b9baa990fa26398e77faf5a410b8be6 (diff) | |
Adjust release notes base URL
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index f8200db18c..c2da6eaede 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3254,7 +3254,7 @@ LLSD LLAppViewer::getViewerInfo() const url = LLTrans::getString("RELEASE_NOTES_BASE_URL"); if (!LLStringUtil::endsWith(url, "/")) url += "/"; - url += LLURI::escape(versionInfo.getVersion()) + ".html"; + url += "#" + LLURI::escape(versionInfo.getVersion()); // + ".html"; } info["VIEWER_RELEASE_NOTES_URL"] = url; |
