diff options
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 668a0b33..9ac267f1 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -201,13 +201,13 @@ </div> <h3>GeneNetwork v2:</h3> <ul> - <li><a href="http://gn2.genenetwork.org/">Main</a> at UTHSC</li> - <li><a href="http://test-gn2.genenetwork.org/">Staging</a> at UTHSC</li> + <li><a href="http://gn2.genenetwork.org/">Main website</a> at UTHSC</li> + <li><a href="http://test-gn2.genenetwork.org/">Testing website</a> at UTHSC</li> </ul> <h3>GeneNetwork v1:</h3> <ul> - <li><a href="http://www.genenetwork.org/">Main</a> at UTHSC</li> - <li><a href="http://genenetwork.helmholtz-hzi.de/">Germany</a> at the HZI</li> + <li><a href="http://www.genenetwork.org/">Main website</a> at UTHSC</li> + <li><a href="http://genenetwork.helmholtz-hzi.de/">Website</a> at the HZI (Germany)</li> <li><a href="http://ec2.genenetwork.org/">Amazon Cloud (EC2)</a></li> </ul> |