From 29d1b7ff7fadc96aa0092ab457fb7a57ade5a9e8 Mon Sep 17 00:00:00 2001 From: Inhalator Date: Wed, 26 Jan 2022 13:09:07 +0100 Subject: [PATCH] Update Linting.md Fix link to the correct puppet-lint project in github (from the inactive rodjek to puppetlabs) --- vscode/content/en/docs/Features/Linting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/content/en/docs/Features/Linting.md b/vscode/content/en/docs/Features/Linting.md index 4c4bbb8..56d025d 100644 --- a/vscode/content/en/docs/Features/Linting.md +++ b/vscode/content/en/docs/Features/Linting.md @@ -5,4 +5,4 @@ description: > Automatic puppet-lint linting and error checking --- -Linting is automatically applied to the document as you edit, without having to save the file first. The validation uses [puppet-lint](https://github.com/rodjek/puppet-lint) to validate the Puppet syntax in all open puppet files. Errors and warnings appear in the Problems window in VSCode. +Linting is automatically applied to the document as you edit, without having to save the file first. The validation uses [puppet-lint](https://github.com/puppetlabs/puppet-lint) to validate the Puppet syntax in all open puppet files. Errors and warnings appear in the Problems window in VSCode.