Skip to content

Commit

Permalink
Merge pull request #549 from w3c/egekorkan-patch-2
Browse files Browse the repository at this point in the history
Eclipse Thingweb links fixes
  • Loading branch information
relu91 authored May 13, 2024
2 parents 6d5d27d + 6334fc0 commit 23dc59e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
The APIs defined in this document deliberately follow the [[[WOT-TD]]] specification closely. It is possible to implement more abstract APIs on top of them, or implementing directly the WoT network facing interface (i.e. the <a>WoT Interface</a>).
</p>
<p class="ednote">
This specification is implemented at least by the <a href="http://www.thingweb.io/">Eclipse Thingweb</a>
project also known as <a href="https://github.com/eclipse/thingweb.node-wot">node-wot</a>, which is considered the reference open source implementation at the moment. Check its <a href="https://github.com/eclipse/thingweb.node-wot"> source code</a>, including <a href="https://github.com/eclipse/thingweb.node-wot/tree/master/examples">examples</a>.
This specification is implemented at least by the <a href="https://www.thingweb.io/">Eclipse Thingweb</a>
project also known as <a href="https://github.com/eclipse-thingweb/node-wot">node-wot</a>, which is considered the reference open source implementation at the moment. Check its <a href="https://github.com/eclipse-thingweb/node-wot"> source code</a>, including <a href="https://github.com/eclipse-thingweb/node-wot/tree/master/examples">examples</a>.
</p>
</section>

Expand Down Expand Up @@ -4273,8 +4273,8 @@ <h2>API design rationale</h2>
some challenges, this specification takes another approach that
exposes software objects to represent the <a>Thing</a> metadata as
data property and the WoT interactions as methods. One implementation
is <a href="https://github.com/eclipse/thingweb.node-wot">node-wot</a>
in the <a href="http://www.thingweb.io/">Eclipse ThingWeb</a> project,
is <a href="https://github.com/eclipse-thingweb/node-wot">node-wot</a>
in the <a href="https://www.thingweb.io/">Eclipse ThingWeb</a> project,
which is the current reference implementation of the API specified in
this document.
</p>
Expand Down

0 comments on commit 23dc59e

Please sign in to comment.