Skip to content

Commit

Permalink
Updated the URL-s in the vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Oct 16, 2023
1 parent 38b44ff commit 04b38bb
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion vocab/security/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const retval = content
.replace('<svg', '<svg aria-details="#vocabulary-diagram-alt" ')
.replace(/xlink:href/g, 'href')
.replace(/href="https:\/\/w3id.org\/security\/#/g, 'href="#');
.replace(/href="https:\/\/w3id.org\/security#/g, 'href="#');
return retval;
}
</script>
Expand Down
Loading

0 comments on commit 04b38bb

Please sign in to comment.