Skip to content

Commit dbb484d

Browse files
authored
1 parent 0d9beeb commit dbb484d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

about/index.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<head>
33
<meta charset="utf-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
5-
<title>Mozilla IoT - About</title>
5+
<title>About - Mozilla IoT</title>
6+
<link rel="canonical" href="https://iot.mozilla.org/about/">
67
<link rel="icon" href="../images/icon.png" type="image/png" />
78
<link rel="stylesheet" type="text/css" href="/protocol/protocol/css/protocol.css" />
89
<link rel="stylesheet" type="text/css" href="/protocol/protocol/css/protocol-extra.css" />
@@ -26,7 +27,7 @@
2627
<div class="mzp-c-navigation">
2728
<div class="mzp-c-navigation-l-content">
2829
<div class="mzp-c-navigation-container">
29-
<div class="mzp-c-navigation-logo"><a id="wordmark" href="/">Mozilla</a></div>
30+
<div class="mzp-c-navigation-logo"><a id="wordmark" href="https:ios.mozilla.org">Mozilla</a></div>
3031
<button class="mzp-c-navigation-menu-button" type="button" aria-controls="patterns.organisms.navigation.navigation">Menu</button>
3132

3233
<div class="mzp-c-navigation-items" id="patterns.organisms.navigation.navigation">
@@ -35,16 +36,16 @@
3536
<nav class="mzp-c-menu mzp-is-basic">
3637
<ul class="mzp-c-menu-category-list">
3738
<li class="mzp-c-menu-category">
38-
<a class="mzp-c-menu-title" href="/about"><strong>About</strong></a>
39+
<a class="mzp-c-menu-title" href="/about/"><strong>About</strong></a>
3940
</li>
4041
<li class="mzp-c-menu-category">
41-
<a class="mzp-c-menu-title" href="/gateway">Gateway</a>
42+
<a class="mzp-c-menu-title" href="/gateway/">Gateway</a>
4243
</li>
4344
<li class="mzp-c-menu-category">
44-
<a class="mzp-c-menu-title" href="/framework">Framework</a>
45+
<a class="mzp-c-menu-title" href="/framework/">Framework</a>
4546
</li>
4647
<li class="mzp-c-menu-category">
47-
<a class="mzp-c-menu-title" href="/community">Community</a>
48+
<a class="mzp-c-menu-title" href="/community/">Community</a>
4849
</li>
4950
<li class="mzp-c-menu-category">
5051
<a class="mzp-c-menu-title" href="https://hacks.mozilla.org/category/web-of-things/">Blog</a>
@@ -91,10 +92,10 @@ <h2>WebThings Gateway</h2>
9192
<p>It provides a web-based user interface to monitor and control smart home devices, a rules engine to automate them and an add-ons system to extend the gateway with support for a wide range of existing smart home devices.</p>
9293

9394
<h2>WebThings Framework</h2>
94-
<p><a href="/framework">WebThings Framework</a> is a collection of re-usable software components to help developers build their own web things which directly expose the <a href="/wot/">Web Thing API.</a></p>
95+
<p><a href="/framework/">WebThings Framework</a> is a collection of re-usable software components to help developers build their own web things which directly expose the <a href="/wot/">Web Thing API.</a></p>
9596
<img class="illustration" src="images/framework.png" alt="framework" />
9697
<p>It includes implementations in a range of programming languages including Node.js, Python, Java, Rust and C++ (for Arduino).</p>
97-
<p>You can learn more about Mozilla WebThings in our <a href="/docs">online documentation</a>.</p>
98+
<p>You can learn more about Mozilla WebThings in our <a href="/docs/">online documentation</a>.</p>
9899
</main>
99100

100101
<footer class="mzp-c-footer">

0 commit comments

Comments
 (0)