Skip to content

Commit f299779

Browse files
davidlehnmsporny
authored andcommitted
Fix security URLs prefix.
This appears to be an unused prefix with a typo to an endpoint that doesn't exist.
1 parent d255d12 commit f299779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vocab/credentials/credentials.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2>Introduction</h2>
144144
<dt><code>dc</code>:</dt>
145145
<dd><code>http://purl.org/dc/terms/</code></dd>
146146
<dt><code>sec</code>:</dt>
147-
<dd><code>https://w3.org/2018/security#</code></dd>
147+
<dd><code>https://w3id.org/security#</code></dd>
148148
<dt><code>xsd</code>:</dt>
149149
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
150150
</dl>

vocab/credentials/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>Introduction</h2>
152152
<dt><code>dc</code>:</dt>
153153
<dd><code>http://purl.org/dc/terms/</code></dd>
154154
<dt><code>sec</code>:</dt>
155-
<dd><code>https://w3.org/2018/security#</code></dd>
155+
<dd><code>https://w3id.org/security#</code></dd>
156156
<dt><code>xsd</code>:</dt>
157157
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
158158
</dl>

0 commit comments

Comments
 (0)