aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/helloworld-app.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/helloworld-app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app.js b/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app.js
index 01b4ed4..98ca8fa 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app.js
@@ -7,7 +7,7 @@ import { formatSize } from './file-utils.js';
* The smallest application this platform can host, and the proof that adding
* one costs nothing outside its own two files.
*
- * Everything else in `docs/refactor-groups.md` §3 is asserted by tests that
+ * Everything else in `docs/MESHBAY_DESIGN.md` §9.4 is asserted by tests that
* read source. This is the other kind of evidence: an app nobody wrote a line
* of plumbing for, that stores directories, appears as a tab, and lists files —
* because the registry entry beside it is genuinely all there is.
@@ -18,7 +18,7 @@ import { formatSize } from './file-utils.js';
* put a toy app in everybody's group; deleting the app would leave the claim
* resting entirely on tests that read text.
*
- * It takes the standard props — see `docs/apps.md` §2 — and reads
+ * It takes the standard props — see `docs/MESHBAY_DESIGN.md` §9.2 — and reads
* `helloworldDirectories`, which nothing on the node knows about by name:
* `ops.set_app_directories` keys the row by whatever the app is called.
*/