Skip to content

Commit

Permalink
schema link updated to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gicastel committed Oct 3, 2022
1 parent 5d8a9db commit b826c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qest/Commands/GenerateCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b826c2b

Please sign in to comment.