Skip to content

Commit 1867b89

Browse files
mrstegemanbenfrancis
authored andcommitted
Drop remaining Mozilla references.
1 parent d4dcf8f commit 1867b89

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

framework/index.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ <h2>Installation</h2>
7575
Maven:
7676
<pre><code class="language-markup">&lt;dependencies&gt;
7777
&lt;dependency&gt;
78-
&lt;groupId&gt;org.mozilla.iot&lt;/groupId&gt;
78+
&lt;groupId&gt;io.webthings&lt;/groupId&gt;
7979
&lt;artifactId&gt;webthing&lt;/artifactId&gt;
80-
&lt;version&gt;0.12.0&lt;/version&gt;
80+
&lt;version&gt;0.13.0&lt;/version&gt;
8181
&lt;/dependency&gt;
8282
&lt;/dependencies&gt;</code></pre>
8383
</p>
8484
<p>
8585
Gradle:
8686
<pre><code class="language-json">dependencies {
8787
runtime(
88-
[group: 'org.mozilla.iot', name: 'webthing', version: '0.12.0'],
88+
[group: 'io.webthings', name: 'webthing', version: '0.13.0'],
8989
)
9090
}</code></pre>
9191
</p>
@@ -359,23 +359,23 @@ <h2>Example</h2>
359359
run_server()</code></pre>
360360
</section>
361361
<section id="example-java">
362-
<pre><code class="language-java">package org.mozilla.iot.webthing.example;
363-
364-
import org.json.JSONArray;
365-
import org.json.JSONObject;
366-
import org.mozilla.iot.webthing.Action;
367-
import org.mozilla.iot.webthing.Event;
368-
import org.mozilla.iot.webthing.Property;
369-
import org.mozilla.iot.webthing.Thing;
370-
import org.mozilla.iot.webthing.Value;
371-
import org.mozilla.iot.webthing.WebThingServer;
372-
import org.mozilla.iot.webthing.errors.PropertyError;
373-
374-
import java.io.IOException;
375-
import java.util.Arrays;
376-
import java.util.UUID;
377-
378-
public class SingleThing {
362+
<pre><code class="language-java">package io.webthings.webthing.example;
363+
364+
import org.json.JSONArray;
365+
import org.json.JSONObject;
366+
import io.webthings.webthing.Action;
367+
import io.webthings.webthing.Event;
368+
import io.webthings.webthing.Property;
369+
import io.webthings.webthing.Thing;
370+
import io.webthings.webthing.Value;
371+
import io.webthings.webthing.WebThingServer;
372+
import io.webthings.webthing.errors.PropertyError;
373+
374+
import java.io.IOException;
375+
import java.util.Arrays;
376+
import java.util.UUID;
377+
378+
public class SingleThing {
379379
public static Thing makeThing() {
380380
Thing thing = new Thing("urn:dev:ops:my-lamp-1234",
381381
"My Lamp",
@@ -490,7 +490,7 @@ <h2>Example</h2>
490490
}
491491
}
492492
}
493-
}</code></pre>
493+
}</code></pre>
494494
</section>
495495
<section id="example-rust">
496496
<pre><code class="language-rust">use actix_rt;

gateway/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ <h2><strong>WebThings</strong> Gateway</h2>
108108
<a href="https://github.com/WebThingsIO/gateway/releases/download/0.12.0/gateway-0.12.0.img.zip" class="button">
109109
Download 0.12
110110
</a><br />
111-
<a href="https://iot.mozilla.org/docs/gateway-getting-started-guide.html">Getting Started Guide</a>
111+
<a href="https://webthings.io/docs/gateway-getting-started-guide.html">Getting Started Guide</a>
112112
</section>
113113

114114
<section id="docker-download" class="download-box">
115115
<h2><strong>WebThings</strong> Gateway</h2>
116116
<p>for Docker</p>
117117
<img src="images/docker.svg" alt="Docker"/>
118-
<a href="https://hub.docker.com/r/mozillaiot/gateway" class="button">
118+
<a href="https://hub.docker.com/r/webthingsio/gateway" class="button">
119119
Download 0.12
120120
</a>
121121
</section>

0 commit comments

Comments
 (0)