diff options
author | zsloan | 2021-06-17 19:53:53 +0000 |
---|---|---|
committer | zsloan | 2021-06-17 19:53:53 +0000 |
commit | 0e8b5ad4a5a7bf7eba5d5e24b38d5df26d6df395 (patch) | |
tree | 70718a791fcf4e1f7f99d25237aa5a752da0d8bc /wqflask | |
parent | 2b52a4f16008a450386cf46d008452942c2d98e4 (diff) | |
download | genenetwork2-0e8b5ad4a5a7bf7eba5d5e24b38d5df26d6df395.tar.gz |
UCSC Genome Browser link was marked as a broken link, but it apparently works now so I added it back as a link
Diffstat (limited to 'wqflask')
-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 ddb1d272..578a0495 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -85,7 +85,7 @@ <li><a href="/snp_browser">Variant Browser</a></li> <li><a href="http://bnw.genenetwork.org/sourcecodes/home.php">Bayesian Network Webserver</a></li> <li><a href="https://systems-genetics.org/">Systems Genetics PheWAS</a></li> - <li><span class="broken_link" href="http://ucscbrowser.genenetwork.org/">Genome Browser</span></li> + <li><a href="http://ucscbrowser.genenetwork.org/">Genome Browser</a></li> <li><a href="http://power.genenetwork.org">BXD Power Calculator</a></li> <li><a href="http://datafiles.genenetwork.org">Interplanetary File System</a></li> </ul> |