From 8101e4814aa07973caa5c20aad29cfb08d1352dc Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 28 Jul 2022 23:21:53 -0400 Subject: [PATCH] welcome component references updated --- src/pages/hello-riot/hello-riot.riot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/hello-riot/hello-riot.riot b/src/pages/hello-riot/hello-riot.riot index 5dd1cab..12fd472 100644 --- a/src/pages/hello-riot/hello-riot.riot +++ b/src/pages/hello-riot/hello-riot.riot @@ -11,8 +11,8 @@

Getting Started

- This page is found at pages/hello-riot/hello-riot.riot, -
and is auto-mounted via pages/registry.js. + This page is found at src/pages/hello-riot/hello-riot.riot, +
and is statically mounted via src/js/registry.js.

many mounting strategies exist, this is but one!

@@ -38,7 +38,7 @@