summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-06-11 13:37:59 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-06-11 13:37:59 -0400
commit9b7d71cdfc09e9d49a2bbd44a010086b37ab78b4 (patch)
tree672e28c6b0dfa5bae5fa2c077d775a58e01ace4c /indra
parentde037486613d9560f3a9835621ef35e6fcc77378 (diff)
Update "LLWindow" listener doc to cite github URL, not bitbucket.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llwindowlistener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwindowlistener.cpp b/indra/newview/llwindowlistener.cpp
index 87d18cfc00..efe395d9ca 100644
--- a/indra/newview/llwindowlistener.cpp
+++ b/indra/newview/llwindowlistener.cpp
@@ -55,7 +55,7 @@ LLWindowListener::LLWindowListener(LLViewerWindow *window, const KeyboardGetter&
"Given [\"keysym\"], [\"keycode\"] or [\"char\"], inject the specified ";
std::string keyExplain =
"(integer keycode values, or keysym string from any addKeyName() call in\n"
- "http://bitbucket.org/lindenlab/viewer-release/src/tip/indra/llwindow/llkeyboard.cpp )\n";
+ "https://github.com/secondlife/viewer/blob/main/indra/llwindow/llkeyboard.cpp#L68-L124)\n";
std::string mask =
"Specify optional [\"mask\"] as an array containing any of \"CTL\", \"ALT\",\n"
"\"SHIFT\" or \"MAC_CONTROL\"; the corresponding modifier bits will be combined\n"