Skip to content

Commit 068c622

Browse files
committed
Fix #57, edits
Signed-off-by: Zoltan Kis <[email protected]>
1 parent 3df0a41 commit 068c622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
wg: "Web of Things Working Group",
2828
wgURI: "https://www.w3.org/WoT/WG/",
29-
wgPublicList: "public-wot-wg@w3.org",
29+
wgPublicList: "public-wot-wg",
3030
issueBase: "https://www.github.com/w3c/wot-scripting-api/issues/",
3131
githubAPI: "https://api.github.com/repos/w3c/wot-scripting-api",
3232
otherLinks: [
@@ -102,7 +102,7 @@
102102
This specification describes a programming interface representing the <a>WoT Interface</a> that allows scripts run on a <a>Thing</a> to discover and consume (retrieve) other <a>Thing</a>s and to expose <a>Things</a> characterized by properties, <a>Actions</a> and <a>Events</a>.
103103
</p>
104104
<p>
105-
Scripting is an optional "convenience" building block in WoT and it is typically used in gateways that are able to run a <a>WoT Runtime</a> and <a href="https://w3c.github.io/wot-scripting-api/script-manager/">script management</a>, providing a convenient way to extend WoT support to new types of endpoints and implement WoT applications like <a href="https://w3c.github.io/wot-scripting-api/script-manager/">Thing Directory</a>.
105+
Scripting is an optional "convenience" building block in WoT and it is typically used in gateways that are able to run a <a>WoT Runtime</a> and <a href="https://github.com/w3c/wot-scripting-api/tree/master/applications/script-manager">script management</a>, providing a convenient way to extend WoT support to new types of endpoints and implement WoT applications like <a href="https://w3c.github.io/wot-scripting-api/script-manager/">Thing Directory</a>.
106106
</p>
107107
</section>
108108

0 commit comments

Comments
 (0)