diff options
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/error.html | 2 | ||||
-rwxr-xr-x | gn2/wqflask/templates/index_page.html | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/error.html b/gn2/wqflask/templates/error.html index 7d2b2625..f38d6dca 100644 --- a/gn2/wqflask/templates/error.html +++ b/gn2/wqflask/templates/error.html @@ -14,7 +14,7 @@ <p> This error is not what we wanted to see. Unfortunately errors are part of all software systems and we need to resolve this - together. + together. Try using the GN2 <a href="https://fallback.genenetwork.org/">Fallback instance.</a> </p> <p> <b>It is important to report this ERROR so we can fix it for everyone</b>. diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index 7044e9e3..bacf7557 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -412,12 +412,14 @@ </ul> </ul> <ul> - <li>GeneNetwork v2</li> + <li>GeneNetwork 2</li> <ul> <li> <a href="https://genenetwork.org/">Main website</a> at UTHSC </li> + <li><a href="https://fallback.genenetwork.org/">Backup</a> instance of GN2</li> </ul> + </ul> <ul> <li>GeneNetwork v1</li> |