aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app-settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/helloworld-app-settings.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/helloworld-app-settings.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app-settings.js b/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app-settings.js
index 9058199..be26fbc 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app-settings.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/helloworld-app-settings.js
@@ -11,9 +11,10 @@ import { FolderPickerField } from './folder-tree.js';
* app's registry key by the page, and `ops.set_app_directories` stores the row
* under that name without knowing what it is.
*
- * It takes the shared props and no others (`docs/apps.md` §3b), which is what
- * `test_app_settings_plugin.py` checks of every pane — including this one, so
- * the reference implementation is held to the contract it demonstrates.
+ * It takes the shared props and no others (`docs/MESHBAY_DESIGN.md` §9.2),
+ * which is what `test_app_settings_plugin.py` checks of every pane — including
+ * this one, so the reference implementation is held to the contract it
+ * demonstrates.
*/
function HelloWorldSettings({ roots, dirs, settings, saveDirectories }) {
const { busy, msg, run } = useSaver();