From 31b20741e7b5b7588ba8d3b9a8f4e08dd87ff62d Mon Sep 17 00:00:00 2001
From: Bryan Newbold <bnewbold@robocracy.org>
Date: Fri, 1 Mar 2019 17:23:27 -0800
Subject: fix ISSN links from container search results

---
 python/fatcat_web/templates/container_search.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html
index 925fbc64..cdae5a46 100644
--- a/python/fatcat_web/templates/container_search.html
+++ b/python/fatcat_web/templates/container_search.html
@@ -26,7 +26,7 @@
     <h5 style="margin-top: 4px; margin-bottom: 4px; font-size: 1em;">{{ entity.publisher }}</h5>
   {% endif %}
   {% if entity.issnl %}
-    <a href="https://issn.org/{{entity.issnl }}" style="color: green;">ISSN {{ entity.issnl }}</a>
+    <a href="https://portal.issn.org/resource/ISSN/{{entity.issnl }}" style="color: green;">ISSN {{ entity.issnl }}</a>
   {% endif %}
   {% if entity.container_type %}
   &nbsp;{{ entity.container_type }}
-- 
cgit v1.2.3