Merge pull request #128 from U-C-S/update-schema-links

Update: schema links
This commit is contained in:
Amr Bashir
2022-02-11 09:31:22 +02:00
committed by GitHub
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": [