From 340df4f2d06d68c45a0a4c0ba287d48db2797f6a Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Sat, 15 Apr 2023 21:00:09 -0400 Subject: [PATCH] Fix readme link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7395bc2..05a04b7 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ Another example where all `optionalon` forgemods are untracked. **Untracking mod ### Note on JSON Schemas -The `$schema` property in a JSON file is a URL to a JSON schema file. This property is optional. Nebula provides schemas for internal types to make editing the JSON easier. Editors, such as Visual Studio Code, will use this schema file to validate the data and show useful information, like property descriptions. Valid properties will also be autocompleted. For detailed information, you may view the [JSON Schema Website](jsonschemawebsite). +The `$schema` property in a JSON file is a URL to a JSON schema file. This property is optional. Nebula provides schemas for internal types to make editing the JSON easier. Editors, such as Visual Studio Code, will use this schema file to validate the data and show useful information, like property descriptions. Valid properties will also be autocompleted. For detailed information, you may view the [JSON Schema Website][jsonschemawebsite]. Nebula will store JSON schemas in `${ROOT}/schemas`. This is so that they will always be in sync with your local version of Nebula. They will initially be generated by the `init root` command. To update the schemas, you can run the `generate schemas` command.