diff options
author | Alexander Kabui | 2020-12-04 21:59:41 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-12-04 21:59:41 +0300 |
commit | 0b20fe6881818fd7cbdd24bbb3df18563816216c (patch) | |
tree | 2acf3e7339ed8960129ec8e25d8ec6f647f472d5 | |
parent | f67f0f0d8f62f8bb6f8b708886c6ec2252450aeb (diff) | |
download | genenetwork2-0b20fe6881818fd7cbdd24bbb3df18563816216c.tar.gz |
replace tree with blob
-rw-r--r-- | wqflask/wqflask/templates/facilities.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/glossary.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/links.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/policies.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/references.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/wqflask/wqflask/templates/facilities.html b/wqflask/wqflask/templates/facilities.html index 0db31b84..56b127f9 100644 --- a/wqflask/wqflask/templates/facilities.html +++ b/wqflask/wqflask/templates/facilities.html @@ -10,7 +10,7 @@ <div class="github-btn-container"> <div class="github-btn"> - <a href="https://github.com/genenetwork/gn-docs/tree/master/general/help/facilities.md"> + <a href="https://github.com/genenetwork/gn-docs/blob/master/general/help/facilities.md"> Edit Text <img src="/static/images/edit.png"> </a> diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html index 58b325e5..aaee7c5a 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/tree/master/general/glossary/glossary.md"> + <a href="https://github.com/genenetwork/gn-docs/blob/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 ae52785c..6e91adae 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/tree/master/general/links/links.md"> + <a href="https://github.com/genenetwork/gn-docs/blob/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 efe8a731..e36c9e08 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/tree/master/general/policies/policies.md"> + <a href="https://github.com/genenetwork/gn-docs/blob/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 a8d8dced..04e60361 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/tree/master/general/references/references.md"> + <a href="https://github.com/genenetwork/gn-docs/blob/master/general/references/references.md"> Edit Text <img src="/static/images/edit.png"> </a> |