aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/creator_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-26 21:19:21 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-26 21:22:47 -0700
commit25482954f473061ef3d480512a4b26c119036874 (patch)
treeb10db8373598897d2e41691bb673285ba5783d5d /python/fatcat/templates/creator_view.html
parent35e731d4cf3e1ca832210bbf9a67b7c89517e3dc (diff)
downloadfatcat-25482954f473061ef3d480512a4b26c119036874.tar.gz
fatcat-25482954f473061ef3d480512a4b26c119036874.zip
have domain URLs be configurable
Diffstat (limited to 'python/fatcat/templates/creator_view.html')
-rw-r--r--python/fatcat/templates/creator_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/creator_view.html b/python/fatcat/templates/creator_view.html
index 25a4f61a..2ce01fb6 100644
--- a/python/fatcat/templates/creator_view.html
+++ b/python/fatcat/templates/creator_view.html
@@ -68,7 +68,7 @@ Raw Object:
<b>Fatcat Bits</b>
<p>State is "{{ creator.state }}". Revision:
<br><small><code>{{ creator.revision }}</code></small>
-<br><a href="https://api.qa.fatcat.wiki/v0/creator/{{ creator.ident }}">As JSON object via API</a>
+<br><a href="https://api.{{ config.FATCAT_DOMAIN }}/v0/creator/{{ creator.ident }}">As JSON object via API</a>
</div>
<div class="two ui buttons bottom attached">