welcome component references updated

This commit is contained in:
Geoff Doty 2022-07-28 23:21:53 -04:00
parent 3aa9eca0f6
commit 8101e4814a
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@
<h2>Getting Started</h2>
<p>
This page is found at <code>pages/hello-riot/hello-riot.riot</code>,
<br> and is auto-mounted via <code>pages/registry.js</code>.
This page is found at <code>src/pages/hello-riot/hello-riot.riot</code>,
<br> and is statically mounted via <code>src/js/registry.js</code>.
<p>
<em>many mounting strategies exist, this is but <strong>one!</strong></em>
</p>
@ -38,7 +38,7 @@
<div class="links">
<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">Github</a>
</div>