Skip to content

Commit

Permalink
Update vocabulary URL in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 13, 2024
1 parent e514656 commit b54d651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vocab/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
const retval = content
.replace('<svg', '<svg aria-details="#vocabulary-diagram-alt" ')
.replace(/xlink:href/g, 'href')
.replace(/href="https:\/\/www.w3.org\/ns\/credentials\/status-list#/g, 'href="#');
.replace(/href="https:\/\/www.w3.org\/ns\/credentials\/status#/g, 'href="#');
return retval;
}

</script>
<script class="remove">
var respecConfig = {
specStatus: "base",
shortName: "ns/credentials/status-list",
thisVersion: "https://www.w3.org/ns/credentials/status-list/",
shortName: "ns/credentials/status",
thisVersion: "https://www.w3.org/ns/credentials/status/",
doJsonLd: true,
editors: [{
name: "Ivan Herman",
Expand Down Expand Up @@ -150,7 +150,7 @@ <h2>Specification of terms</h2>
the definition found in an external specification. For instance, this is so when
the term is needed to provide a consistent structure to the RDFS vocabulary,
such as when the term defines a common supertype for class instances that are
used as objects of specific properties. For such cases,
used as objects of specific properties. For such cases,
the extra definition is included in the current
document (and the `rdfs:comment` property is used to include them in the RDFS
representations).
Expand Down

0 comments on commit b54d651

Please sign in to comment.