aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2020-12-04 21:41:14 +0300
committerAlexander Kabui2020-12-04 21:41:14 +0300
commit9b7c09e14576a39c3f986e5b6e633b0380a72095 (patch)
tree1c1bec2884cc30f8510215f5a414b798a3dc3849
parent61e2b1bd49fa27c27a9a75e3582019ea624397cf (diff)
downloadgenenetwork2-9b7c09e14576a39c3f986e5b6e633b0380a72095.tar.gz
fix typo in wqflask/markdown_routes.py
-rw-r--r--wqflask/wqflask/markdown_routes.py2
-rw-r--r--wqflask/wqflask/templates/glossary.html2
-rw-r--r--wqflask/wqflask/templates/links.html2
-rw-r--r--wqflask/wqflask/templates/policies.html2
-rw-r--r--wqflask/wqflask/templates/references.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/wqflask/wqflask/markdown_routes.py b/wqflask/wqflask/markdown_routes.py
index 601845d7..3109a352 100644
--- a/wqflask/wqflask/markdown_routes.py
+++ b/wqflask/wqflask/markdown_routes.py
@@ -64,7 +64,7 @@ def links():
@policies_blueprint.route("/")
def policies():
return render_template(
- "links.html",
+ "policies.html",
rendered_markdown=render_markdown("general/policies/policies.md")), 200
diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html
index aaee7c5a..58b325e5 100644
--- a/wqflask/wqflask/templates/glossary.html
+++ b/wqflask/wqflask/templates/glossary.html
@@ -10,7 +10,7 @@
<div class="github-btn-container">
<div class="github-btn">
- <a href="https://github.com/genenetwork/gn-docs/blob/master/general/glossary/glossary.md">
+ <a href="https://github.com/genenetwork/gn-docs/tree/master/general/glossary/glossary.md">
Edit Text
<img src="/static/images/edit.png">
</a>
diff --git a/wqflask/wqflask/templates/links.html b/wqflask/wqflask/templates/links.html
index 6e91adae..ae52785c 100644
--- a/wqflask/wqflask/templates/links.html
+++ b/wqflask/wqflask/templates/links.html
@@ -10,7 +10,7 @@
<div class="github-btn-container">
<div class="github-btn ">
- <a href="https://github.com/genenetwork/gn-docs/blob/master/general/links/links.md">
+ <a href="https://github.com/genenetwork/gn-docs/tree/master/general/links/links.md">
Edit Text
<img src="/static/images/edit.png">
</a>
diff --git a/wqflask/wqflask/templates/policies.html b/wqflask/wqflask/templates/policies.html
index e36c9e08..efe8a731 100644
--- a/wqflask/wqflask/templates/policies.html
+++ b/wqflask/wqflask/templates/policies.html
@@ -10,7 +10,7 @@
<div class="github-btn-container">
<div class="github-btn ">
- <a href="https://github.com/genenetwork/gn-docs/blob/master/general/policies/policies.md">
+ <a href="https://github.com/genenetwork/gn-docs/tree/master/general/policies/policies.md">
Edit Text
<img src="/static/images/edit.png">
</a>
diff --git a/wqflask/wqflask/templates/references.html b/wqflask/wqflask/templates/references.html
index 04e60361..a8d8dced 100644
--- a/wqflask/wqflask/templates/references.html
+++ b/wqflask/wqflask/templates/references.html
@@ -6,7 +6,7 @@
{% block content %}
<div class="github-btn-container">
<div class="github-btn">
- <a href="https://github.com/genenetwork/gn-docs/blob/master/general/references/references.md">
+ <a href="https://github.com/genenetwork/gn-docs/tree/master/general/references/references.md">
Edit Text
<img src="/static/images/edit.png">
</a>