diff options
author | Alexander_Kabui | 2024-09-16 15:07:32 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-16 15:07:32 +0300 |
commit | 563c2db81f79bfa4cb00483e8a9b23c1db02ef6d (patch) | |
tree | dcc197c01599fb004241d1105a4f218023907c1d | |
parent | 329b01b5a933c89d747eef18a1444928b978be0d (diff) | |
download | genenetwork2-563c2db81f79bfa4cb00483e8a9b23c1db02ef6d.tar.gz |
fix: fix url for gn-docs glossary.
-rwxr-xr-x | gn2/wqflask/templates/index_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index f0840425..734cd075 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -257,7 +257,7 @@ Gene Ontology</a>.</li> <li><b>RIF=diabetes LRS=(9 999 Chr2 100 105) transLRS=(9 999 10)</b> - finds diabetes-associated transcripts with peak <a href="{{ url_for('glossary_blueprint.glossary') }}#E"> + finds diabetes-associated transcripts with peak <a href="{{ url_for('gn_docs_blueprint.glossary') }}#E"> trans eQTLs</a> on Chr 2 between 100 and 105 Mb with LRS scores between 9 and 999.</li> </ul> |