diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-02 18:05:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-02 18:05:24 -0800 |
commit | 8d7c48f579946b26391c91cc1ccbb8501fe019a6 (patch) | |
tree | e89aa7e7774238967dc3e457df6b87c320e0ba57 /python/fatcat_web | |
parent | 1db7aac96c05ed03e6b94d174b3591cedb812d83 (diff) | |
download | fatcat-8d7c48f579946b26391c91cc1ccbb8501fe019a6.tar.gz fatcat-8d7c48f579946b26391c91cc1ccbb8501fe019a6.zip |
fix entity JSON links
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 0fa93679..054b2559 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -7,7 +7,7 @@ Revision: <br><small><code>{{ entity.revision }}</code></small> {% endif %} - <br><a href="https://api.{{ config.FATCAT_DOMAIN }}/v0/release/{{ entity.ident }}{% if expand %}?expand={{ expand}}{% endif %}">As JSON object via API</a> + <br><a href="https://api.{{ config.FATCAT_DOMAIN }}/v0/{{ entity_type }}/{{ entity.ident }}{% if expand %}?expand={{ expand}}{% endif %}">As JSON object via API</a> </div> <div class="two ui buttons bottom attached"> |