update schema links

This commit is contained in:
Chanakya
2022-02-11 10:47:18 +05:30
committed by GitHub
parent 43c0a9d84c
commit 71d470a2ee
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ It adds the `init`, `deps`, `dev` and `build` commands to the `Command Palette`.
## JSON validation
The extension automatically pulls the [latest config schema](https://github.com/tauri-apps/tauri/blob/dev/tooling/cli.rs/schema.json) so VS Code can display documentation and autocomplete.
The extension automatically pulls the [latest config schema](https://github.com/tauri-apps/tauri/blob/dev/tooling/cli/schema.json) so VS Code can display documentation and autocomplete.
# Contributing

View File

@@ -43,7 +43,7 @@
"tauri.conf.json",
"tauri.*.conf.json"
],
"url": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli.rs/schema.json"
"url": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json"
}
],
"commands": [