From b826c2b2aa1ba5323e88b0aa11b6287ac47917e6 Mon Sep 17 00:00:00 2001 From: Giacomo Castellani Date: Mon, 3 Oct 2022 10:54:28 +0200 Subject: [PATCH] schema link updated to main branch --- src/qest/Commands/GenerateCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qest/Commands/GenerateCommand.cs b/src/qest/Commands/GenerateCommand.cs index ff392e9..95ef341 100644 --- a/src/qest/Commands/GenerateCommand.cs +++ b/src/qest/Commands/GenerateCommand.cs @@ -31,7 +31,7 @@ ORDER BY "; internal const string yamlSchema = - @"# yaml-language-server: $schema=https://raw.githubusercontent.com/Geims83/qest/features/yamlschema/docs/yamlSchema.json"; + @"# yaml-language-server: $schema=https://raw.githubusercontent.com/Geims83/qest/main/docs/yamlSchema.json"; internal static async Task Run(DirectoryInfo? folder, string tcs) {