diff options
author | zsloan | 2023-12-13 17:52:25 +0000 |
---|---|---|
committer | zsloan | 2023-12-13 17:52:25 +0000 |
commit | a53065a55955b9053902fbac17c8b8d0c72447f3 (patch) | |
tree | ef732b8333f512b5eb1e71c946a58a9a329963e4 | |
parent | 371cbaeb1b05a062d7f75083aa4ff7209e4e06b3 (diff) | |
download | genenetwork2-a53065a55955b9053902fbac17c8b8d0c72447f3.tar.gz |
Update Global Search help link
-rw-r--r-- | wqflask/wqflask/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 9025be55..8c29995d 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -215,7 +215,7 @@ <!-- todo fix text overlap for this;;responsiveness--> <span style="padding: 5px;margin-left: 65px;" > - <a style="text-decoration: none" target="_blank" href="https://issues.genenetwork.org/topics/xapian-search-queries"> + <a style="text-decoration: none" target="_blank" href="https://issues.genenetwork.org/topics/xapian/xapian-search"> <i style="text-align: center;color:#336699;;" class="fa fa-question-circle fa-2x" title="see more search hints" aria-hidden="true"></i> </a> |