Skip to content

Commit d274637

Browse files
authored
1 parent 0d9beeb commit d274637

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

index.html

+11-10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<meta charset="utf-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55
<title>Mozilla IoT</title>
6+
<link rel="canonical" href="https://iot.mozilla.org">
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" />
@@ -25,7 +26,7 @@
2526
<div class="mzp-c-navigation">
2627
<div class="mzp-c-navigation-l-content">
2728
<div class="mzp-c-navigation-container">
28-
<div class="mzp-c-navigation-logo"><a id="wordmark" href="/">Mozilla</a></div>
29+
<div class="mzp-c-navigation-logo"><a id="wordmark" href="https://iot.mozilla.org/">Mozilla</a></div>
2930
<button class="mzp-c-navigation-menu-button" type="button" aria-controls="patterns.organisms.navigation.navigation">Menu</button>
3031

3132
<div class="mzp-c-navigation-items" id="patterns.organisms.navigation.navigation">
@@ -34,16 +35,16 @@
3435
<nav class="mzp-c-menu mzp-is-basic">
3536
<ul class="mzp-c-menu-category-list">
3637
<li class="mzp-c-menu-category">
37-
<a class="mzp-c-menu-title" href="/about">About</a>
38+
<a class="mzp-c-menu-title" href="/about/">About</a>
3839
</li>
3940
<li class="mzp-c-menu-category">
40-
<a class="mzp-c-menu-title" href="/gateway">Gateway</a>
41+
<a class="mzp-c-menu-title" href="/gateway/">Gateway</a>
4142
</li>
4243
<li class="mzp-c-menu-category">
43-
<a class="mzp-c-menu-title" href="/framework">Framework</a>
44+
<a class="mzp-c-menu-title" href="/framework/">Framework</a>
4445
</li>
4546
<li class="mzp-c-menu-category">
46-
<a class="mzp-c-menu-title" href="/community">Community</a>
47+
<a class="mzp-c-menu-title" href="/community/">Community</a>
4748
</li>
4849
<li class="mzp-c-menu-category">
4950
<a class="mzp-c-menu-title" href="https://hacks.mozilla.org/category/web-of-things/">Blog</a>
@@ -75,27 +76,27 @@ <h1 class="mzp-c-hero-title">
7576
</div>
7677

7778
<p class="mzp-c-hero-cta">
78-
<a id="cta-button" class="mzp-c-button" href="/about">Learn More</a>
79+
<a id="cta-button" class="mzp-c-button" href="/about/">Learn More</a>
7980
</p>
8081
</div>
8182
</div>
8283
</section>
8384

8485
<section id="gateway-section">
8586
<h2><strong>WebThings</strong> Gateway</h2>
86-
<a href="/gateway"><img src="images/gateway.png" alt="Illustration showing a Raspberry Pi" /></a>
87+
<a href="/gateway/"><img src="images/gateway.png" alt="Illustration showing a Raspberry Pi" /></a>
8788
<p>A software distribution for smart home gateways focused on privacy, security and interoperability </p>
88-
<a href="/gateway" class="mzp-c-button mzp-t-secondary mzp-t-small">
89+
<a href="/gateway/" class="mzp-c-button mzp-t-secondary mzp-t-small">
8990
Learn More
9091
</a>
9192
</section>
9293

9394
<section id="framework-section">
9495
<h2><strong>WebThings</strong> Framework</h2>
95-
<a href="/framework"><img src="framework/images/things.png" alt="A collection of things" /></a>
96+
<a href="/framework/"><img src="framework/images/things.png" alt="A collection of things" /></a>
9697
<p>A collection of re-usable software components to help
9798
developers build their own web things</p>
98-
<a href="/framework" class="mzp-c-button mzp-t-secondary mzp-t-small mzp-t-dark">
99+
<a href="/framework/" class="mzp-c-button mzp-t-secondary mzp-t-small mzp-t-dark">
99100
Learn More
100101
</a>
101102
</section>

0 commit comments

Comments
 (0)