diff options
author | zsloan | 2019-03-28 16:58:38 -0500 |
---|---|---|
committer | zsloan | 2019-03-28 16:58:38 -0500 |
commit | 8c630f64be913c913003a7c010415a1d95431c8c (patch) | |
tree | 8130f0768f4872ba600734a9e3388cd9876e9e53 | |
parent | 225cab817d4d56e4ae0e45f1adc80f897df8cf28 (diff) | |
download | genenetwork2-8c630f64be913c913003a7c010415a1d95431c8c.tar.gz |
Added link to GN2 document github wiki to index page
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index ee598cf3..926b9840 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -179,6 +179,7 @@ </div> <ul> <li><a href="https://github.com/genenetwork/genenetwork2">GN2 Source Code</a></li> + <li><a href="https://github.com/genenetwork/gn-docs/wiki">GN2 Document Wiki</a></li> <li><a href="https://github.com/genenetwork/sysmaintenance">System Maintenance Code</a></li> <li><a href="https://github.com/genenetwork/genenetwork">GN1 Source Code</a></li> </ul> |