|
3 | 3 | <meta charset="utf-8">
|
4 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
5 | 5 | <title>Mozilla IoT</title>
|
| 6 | + <link rel="canonical" href="https://iot.mozilla.org"> |
6 | 7 | <link rel="icon" href="images/icon.png" type="image/png" />
|
7 | 8 | <link rel="stylesheet" type="text/css" href="/protocol/protocol/css/protocol.css" />
|
8 | 9 | <link rel="stylesheet" type="text/css" href="/protocol/protocol/css/protocol-extra.css" />
|
|
25 | 26 | <div class="mzp-c-navigation">
|
26 | 27 | <div class="mzp-c-navigation-l-content">
|
27 | 28 | <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> |
29 | 30 | <button class="mzp-c-navigation-menu-button" type="button" aria-controls="patterns.organisms.navigation.navigation">Menu</button>
|
30 | 31 |
|
31 | 32 | <div class="mzp-c-navigation-items" id="patterns.organisms.navigation.navigation">
|
|
34 | 35 | <nav class="mzp-c-menu mzp-is-basic">
|
35 | 36 | <ul class="mzp-c-menu-category-list">
|
36 | 37 | <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> |
38 | 39 | </li>
|
39 | 40 | <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> |
41 | 42 | </li>
|
42 | 43 | <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> |
44 | 45 | </li>
|
45 | 46 | <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> |
47 | 48 | </li>
|
48 | 49 | <li class="mzp-c-menu-category">
|
49 | 50 | <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">
|
75 | 76 | </div>
|
76 | 77 |
|
77 | 78 | <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> |
79 | 80 | </p>
|
80 | 81 | </div>
|
81 | 82 | </div>
|
82 | 83 | </section>
|
83 | 84 |
|
84 | 85 | <section id="gateway-section">
|
85 | 86 | <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> |
87 | 88 | <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"> |
89 | 90 | Learn More
|
90 | 91 | </a>
|
91 | 92 | </section>
|
92 | 93 |
|
93 | 94 | <section id="framework-section">
|
94 | 95 | <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> |
96 | 97 | <p>A collection of re-usable software components to help
|
97 | 98 | 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"> |
99 | 100 | Learn More
|
100 | 101 | </a>
|
101 | 102 | </section>
|
|
0 commit comments