diff --git a/docs/configuration.md b/docs/configuration.md index 8797ba97fd..c2702b9d46 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -148,7 +148,7 @@ min_version = '2024.11.1' - You can find the JSON schema for `mise.toml` [here](https://github.com/jdx/mise/blob/main/schema/mise.json) or at . - Some editors can load it automatically to provide autocompletion and validation for when editing a `mise.toml` file ([VSCode](https://code.visualstudio.com/docs/languages/json#_json-schemas-and-settings), [IntelliJ](https://www.jetbrains.com/help/idea/json.html#ws_json_using_schemas), [neovim](https://github.com/b0o/SchemaStore.nvim), etc.). It is also available in the [JSON schema store](https://www.schemastore.org/json/). -- Note that for `included tasks` (see [task configuration](/tasks/#task-configuration), there is another schema: ) +- Note that for `included tasks` (see [task configuration](/task-configuration), there is another schema: ) ## Global config: `~/.config/mise/config.toml`