Skip to content

Commit 23dc59e

Browse files
authored
Merge pull request #549 from w3c/egekorkan-patch-2
Eclipse Thingweb links fixes
2 parents 6d5d27d + 6334fc0 commit 23dc59e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@
186186
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>).
187187
</p>
188188
<p class="ednote">
189-
This specification is implemented at least by the <a href="http://www.thingweb.io/">Eclipse Thingweb</a>
190-
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>.
189+
This specification is implemented at least by the <a href="https://www.thingweb.io/">Eclipse Thingweb</a>
190+
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>.
191191
</p>
192192
</section>
193193

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

0 commit comments

Comments
 (0)