welcome component references updated
This commit is contained in:
parent
3aa9eca0f6
commit
8101e4814a
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
<h2>Getting Started</h2>
|
<h2>Getting Started</h2>
|
||||||
<p>
|
<p>
|
||||||
This page is found at <code>pages/hello-riot/hello-riot.riot</code>,
|
This page is found at <code>src/pages/hello-riot/hello-riot.riot</code>,
|
||||||
<br> and is auto-mounted via <code>pages/registry.js</code>.
|
<br> and is statically mounted via <code>src/js/registry.js</code>.
|
||||||
<p>
|
<p>
|
||||||
<em>many mounting strategies exist, this is but <strong>one!</strong></em>
|
<em>many mounting strategies exist, this is but <strong>one!</strong></em>
|
||||||
</p>
|
</p>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="https://github.com/riot/examples">Examples</a>
|
<a href="https://github.com/riot/examples">Examples</a>
|
||||||
<a href="https://github.com/riot/route">Route</a>
|
<a href="https://github.com/riot/route">Router</a>
|
||||||
<a href="https://github.com/riot/riot/blob/main/AWESOME.md">Community</a>
|
<a href="https://github.com/riot/riot/blob/main/AWESOME.md">Community</a>
|
||||||
<a href="https://github.com/riot/riot">Github</a>
|
<a href="https://github.com/riot/riot">Github</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue