From 1a74f395c12313f6a7a07504c54a148f516b1f2a Mon Sep 17 00:00:00 2001 From: Nathan Carter Date: Wed, 24 Jul 2024 16:16:26 -0400 Subject: [PATCH] Fixing broken link --- config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/README.md b/config/README.md index 575259b2..ea3378b6 100644 --- a/config/README.md +++ b/config/README.md @@ -11,7 +11,7 @@ of the app, and more. The configuration options are in JSON format, and are passed directly to the app when it is launched, using the `createApp()` function -[you can read about here](https://lurchmath.github.io/site/apidocs/ui/Lurch.html#.createApp). +[you can read about here](https://lurchmath.github.io/apidocs/app/Lurch.html#.createApp). That page documents every option available to you in the JSON configuration. ## Pre-built configurations