Skip to content

Commit 4ecc4b8

Browse files
#176 Fix data file links in index.html to use .yamlld extension
1 parent c1dae34 commit 4ecc4b8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ <h2>Introduction</h2>
363363

364364
<div class="ednote">
365365
See YAML-LD description of this spec at
366-
<a href="data/spec.yaml" target="_blank">
367-
<code>spec.yaml</code>
366+
<a href="data/spec.yamlld" target="_blank">
367+
<code>spec.yamlld</code>
368368
</a>.
369369
</div>
370370

@@ -563,8 +563,8 @@ <h2>Namespace Prefixes</h2>
563563

564564
<div class="ednote">
565565
See YAML-LD version of this table at
566-
<a href="data/namespace-prefixes.yaml" target="_blank">
567-
<code>namespace-prefixes.yaml</code>
566+
<a href="data/namespace-prefixes.yamlld" target="_blank">
567+
<code>namespace-prefixes.yamlld</code>
568568
</a>.
569569
</div>
570570

@@ -772,8 +772,8 @@ <h3>JSON vs YAML comparison</h3>
772772

773773
<div class="ednote">
774774
See YAML-LD version of this table at
775-
<a href="data/json-vs-yaml.yaml" target="_blank">
776-
<code>json-vs-yaml.yaml</code>
775+
<a href="data/json-vs-yaml.yamlld" target="_blank">
776+
<code>json-vs-yaml.yamlld</code>
777777
</a>.
778778
</div>
779779
</section>

0 commit comments

Comments
 (0)