From 71d470a2eead2022f18ec69493526f87ff1c6edf Mon Sep 17 00:00:00 2001 From: Chanakya Date: Fri, 11 Feb 2022 10:47:18 +0530 Subject: [PATCH] update schema links --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e4a0b8..894d2f0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 1359edb..0a7943c 100644 --- a/package.json +++ b/package.json @@ -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": [