From 6fc1faa5722f437d738cd44b6fca66288454bf4e Mon Sep 17 00:00:00 2001 From: JiHwan Oh Date: Sat, 18 Jan 2025 18:12:48 +0900 Subject: [PATCH] fix: broken link for `/tasks/task-configuration` --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`