aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/links.html2
-rw-r--r--wqflask/wqflask/views.py8
2 files changed, 5 insertions, 5 deletions
diff --git a/wqflask/wqflask/templates/links.html b/wqflask/wqflask/templates/links.html
index 7b092839..ef481de2 100644
--- a/wqflask/wqflask/templates/links.html
+++ b/wqflask/wqflask/templates/links.html
@@ -9,7 +9,7 @@
{% block content %}
<div class="github-btn">
- <a href="https://raw.githubusercontent.com/genenetwork/gn-docs/">Edit on Github</a>
+ <a href="https://github.com/genenetwork/gn-docs">Edit on Github</a>
</div>
<div id="markdown" class="container">
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index cc2dc341..6cdce248 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -321,10 +321,10 @@ def credits():
#return render_template("docs.html", **doc.__dict__)
return render_template("credits.html")
-@app.route("/environments")
-def environments():
- doc = Docs("environments", request.args)
- return render_template("docs.html", **doc.__dict__)
+# @app.route("/environments")
+# def environments():
+# doc = Docs("environments", request.args)
+# return render_template("docs.html", **doc.__dict__)
#return render_template("environments.html", **doc.__dict__)
@app.route("/update_text", methods=('POST',))