Skip to content
Snippets Groups Projects
Commit 46483c99 authored by Paul Millar's avatar Paul Millar
Browse files

Fix broken link to PaN search API

Commit fe68e8d5 fixed the script for checking whether the PaN search
API is working.  Unfortunately it failed to fix the broken links on the
webpage.

This patch fixes those links on the webpage
parent 9ca7ab9b
No related branches found
No related tags found
1 merge request!46Fix broken link to PaN search API
Pipeline #470057 passed
......@@ -66,7 +66,7 @@ title: Open data resources
%}<td>{%
endif %}
<div class="tooltip-cont">
<a href="{{ facility.odr.pan-search-api.link }}/datasets/count" class="trigger-tooltip">{%
<a href="{{ facility.odr.pan-search-api.link }}/Datasets/count" class="trigger-tooltip">{%
if facility.odr.pan-search-api.status == "Active"
%}Datasets: {{ facility.odr.pan-search-api.dataset_count | thousands_separated }}{%
assign total_dataset_count = total_dataset_count | plus: facility.odr.pan-search-api.dataset_count %}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment