From d7557a93d4275475a1322de020d753732096d7e0 Mon Sep 17 00:00:00 2001 From: tjazerzen Date: Fri, 25 Aug 2023 08:07:33 +0200 Subject: [PATCH] Fix web address in setting-up-yaml-schema.mdx --- website/docs/tutorials/setting-up-yaml-schema.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/tutorials/setting-up-yaml-schema.mdx b/website/docs/tutorials/setting-up-yaml-schema.mdx index f5847eb8..4b88853a 100644 --- a/website/docs/tutorials/setting-up-yaml-schema.mdx +++ b/website/docs/tutorials/setting-up-yaml-schema.mdx @@ -33,11 +33,11 @@ Configuring these in your editor can help you avoid errors and typos, and can he ### VS Code -AutoPR includes a [`.vscode` folder](https://github.com/irgolic/AutoPR/tree/docs-launch/.vscode), +AutoPR includes a [`.vscode` folder](https://github.com/irgolic/AutoPR/tree/main/.vscode), which already contains settings for schema validation. Additionally, make sure you have extension `YAML by Red Hat` installed. If you want to set schema validation for an external repository, simply copy -[the `.vscode` folder](https://github.com/irgolic/AutoPR/tree/docs-launch/.vscode) +[the `.vscode` folder](https://github.com/irgolic/AutoPR/tree/main/.vscode) into the root of your workspace. ### PyCharm