Skip to content

Commit

Permalink
Update references to wot-thing-description with wot-thing-description…
Browse files Browse the repository at this point in the history
…11 - closes #410
  • Loading branch information
benfrancis authored and lu-zero committed May 7, 2024
1 parent 9a996de commit a340877
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2>Motivation</h2>
web technologies.
</p>
<p>
The W3C WoT Thing Description [[wot-thing-description]] specification
The W3C WoT Thing Description [[wot-thing-description11]] specification
defines a building block of the Web of Things, by specifying an
information model and JSON-based representation format for describing the
capabilities of connected devices and the interfaces with which to
Expand All @@ -210,7 +210,7 @@ <h2>Motivation</h2>
</p>
<p>
This specification is designed to complement the Thing Description
[[wot-thing-description]] specification, by defining a
[[wot-thing-description11]] specification, by defining a
<a href="#profiling-mechanism">Profiling Mechanism</a> and a set of
<a href="#dfn-profile">Profiles</a> which enable
<a href="#out-of-the-box-interoperability">out-of-the-box
Expand Down Expand Up @@ -520,7 +520,7 @@ <h2>Security</h2>
<p>
Below is a list of <a
href="https://w3c.github.io/wot-thing-description/#sec-security-vocabulary-definition">
security schemes</a> [[wot-thing-description]] which conformant Web
security schemes</a> [[wot-thing-description11]] which conformant Web
Things MAY use:
</p>
<ul>
Expand Down Expand Up @@ -582,7 +582,7 @@ <h2>Security</h2>
<section id="common-constraints-discovery">
<h2>Discovery</h2>
<p class="rfc2119-assertion" id="common-constraints-discovery-1">
A Web Thing's Thing Description [[wot-thing-description]] MUST be
A Web Thing's Thing Description [[wot-thing-description11]] MUST be
retrievable from a
<a href="https://w3c.github.io/wot-architecture/#dfn-wot-thing-description-server">
Thing Description Server</a> [[wot-architecture11]] using an HTTP
Expand Down Expand Up @@ -902,7 +902,7 @@ <h2>Identifier</h2>
<a href="https://www.w3.org/TR/wot-architecture/#dfn-thing">Web Thing</a>
conforms to the HTTP Basic Profile, its Thing Description MUST have a
<a href="https://w3c.github.io/wot-thing-description/#thing">
<code>profile</code></a> member [[wot-thing-description]] with a value
<code>profile</code></a> member [[wot-thing-description11]] with a value
of <code>https://www.w3.org/2022/wot/profile/http-basic/v1</code>.</span>
</p>
</section>
Expand Down Expand Up @@ -1905,7 +1905,7 @@ <h2>Identifier</h2>
<a href="https://www.w3.org/TR/wot-architecture/#dfn-thing">Web Thing</a>
conforms to the HTTP SSE Profile, its Thing Description MUST have a
<a href="https://w3c.github.io/wot-thing-description/#thing">
<code>profile</code></a> member [[wot-thing-description]] with a value
<code>profile</code></a> member [[wot-thing-description11]] with a value
of <code>https://www.w3.org/2022/wot/profile/http-sse/v1</code>.</span>
</p>
</section>
Expand Down Expand Up @@ -2843,7 +2843,7 @@ <h2>Identifier</h2>
<a href="https://www.w3.org/TR/wot-architecture/#dfn-thing">Web Thing</a>
conforms to the HTTP Webhook Profile, its Thing Description MUST have a
<a href="https://w3c.github.io/wot-thing-description/#thing">
<code>profile</code></a> member [[wot-thing-description]] with a value
<code>profile</code></a> member [[wot-thing-description11]] with a value
of <code>https://www.w3.org/2022/wot/profile/http-webhook/v1</code>.</span>
</p>
<section class="note">
Expand Down

0 comments on commit a340877

Please sign in to comment.