Skip to content

Commit

Permalink
Merge pull request #120 from irgolic/fix_setting-up-yaml-schema
Browse files Browse the repository at this point in the history
Fix web address in setting-up-yaml-schema.mdx
  • Loading branch information
irgolic committed Aug 25, 2023
2 parents 817c911 + d7557a9 commit be2d6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/tutorials/setting-up-yaml-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be2d6cc

Please sign in to comment.