diff options
author | zsloan | 2018-04-02 22:20:38 +0000 |
---|---|---|
committer | zsloan | 2018-04-02 22:20:38 +0000 |
commit | 78dbe4a00956edf347170888d057459a592fd57e (patch) | |
tree | bb6839cdd2f9bcf381d308ef036b51ed207c7c63 /wqflask | |
parent | d3e4021452f2bf6677fe1dbdf98749030bd2dd3b (diff) | |
download | genenetwork2-78dbe4a00956edf347170888d057459a592fd57e.tar.gz |
Fixed link for staging server
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 41bdaddc..64daa1cc 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -77,7 +77,7 @@ {% endif %} </li> <li style="margin-left: 20px;"> - <a href="http://gn2-guix.genenetwork.org" style="font-weight: bold;" >Use Staging Branch</a> + <a href="http://gn2-staging.genenetwork.org" style="font-weight: bold;" >Use Staging Branch</a> </li> <li style="margin-left: 20px;"> <a href="http://www.genenetwork.org" style="font-weight: bold;" >Use GeneNetwork 1</a> |