Skip to content

Commit 0dff3ab

Browse files
committed
Fix broken link and asv data set count
1 parent 4862f6e commit 0dff3ab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_script/fetch-counts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function main() {
118118
result.push({
119119
title: 'ASV datasets',
120120
url: 'https://asv-portal.biodiversitydata.se/download',
121-
count: 21,
121+
count: 23,
122122
});
123123

124124
fs.writeFileSync('_data/counts.json', JSON.stringify(result, null, 2));

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ <h3 class="my-0 sm:my-3 text-lg/6 md:text-2xl lg:text-4xl text-white text-shadow
151151
<ul class="list-none m-0">
152152
<li class="leading-0">
153153
<a class="text-sm/4 md:text-xl lg:text-2xl text-shadow-2xl text-white font-semibold no-underline hover:underline"
154-
href="http://www.gbif.org/analytics/country/SE/published">
154+
href="https://www.gbif.org/country/SE/publishing">
155155
Swedish publishing trends
156156
</a>
157157
</li>
158158
<li class="leading-0">
159159
<a class="text-sm/4 md:text-xl lg:text-2xl text-shadow-2xl text-white font-semibold no-underline hover:underline"
160-
href="http://www.gbif.org/occurrence/search?publishingCountry=SE">
160+
href="https://www.gbif.org/occurrence/search?publishingCountry=SE">
161161
Search data published by Sweden
162162
</a>
163163
</li>

0 commit comments

Comments
 (0)