site: fix links to old alanorth repository

This commit is contained in:
Alan Orth 2022-05-25 20:41:15 +03:00
parent 6cc8e642c9
commit 10eacaaada
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -75,13 +75,13 @@
{{ $fileCodeIcon := resources.Get "icons/file-earmark-code.svg" | resources.Fingerprint }}
<h3><img class="icon me-1" src="{{ $fileCodeIcon.Permalink }}" alt="File icon with earmark"/>Turtle</h3>
<p>Terse RDF Triple Language (TTL). Use this format when you need to validate metadata against ISEAL Core programmatically.</p>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/rdf/fsc.ttl" class="btn btn-primary">Download</a>
<a href="https://raw.githubusercontent.com/ISEAL-Community/iseal-core/main/data/rdf/fsc.ttl" class="btn btn-primary">Download</a>
</div>
<div class="col-sm-12 col-lg-4">
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}
<h3><img class="icon me-1" src="{{ $fileSpreadsheetIcon.Permalink }}" alt="File icon with earmark"/>CSV</h3>
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.</p>
<a href="https://raw.githubusercontent.com/alanorth/iseal-schema/main/data/fsc.csv" class="btn btn-primary">Download</a>
<a href="https://raw.githubusercontent.com/ISEAL-Community/iseal-core/main/data/fsc.csv" class="btn btn-primary">Download</a>
</div>
</div>