diff --git a/amt/site/templates/macros/cards.html.j2 b/amt/site/templates/macros/cards.html.j2
index 43a38b05..ceb51a9c 100644
--- a/amt/site/templates/macros/cards.html.j2
+++ b/amt/site/templates/macros/cards.html.j2
@@ -34,11 +34,11 @@
{% if key == "uri" or key == "link" or key == "upl"%}
{{value}}
{% elif key == "oin" %}
- https://oinregister.logius.nl/oin-register/{{value}}
+ {{value}}
{% elif key == "email" %}
{{value}}
{% elif key == "urn" %}
- https://minbzk.github.io/instrument-registry/instruments/urn/{{value}}
+ {{value}}
{% else %}
{{ value }}
{% endif %}