From b3ad55e267133a0f3f985874475ea392665ed1bc Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Thu, 4 Jun 2026 14:59:47 +0530 Subject: [PATCH] (MODULES-11838) Update link to Puppet modules contributing documentation Existing link in the file points to a missing GitHub doc (https://puppetlabs.github.io/iac/docs/contributing_to_a_module.html returns 404). This PR updates the link to the live doc on help.puppet.com. Same fix as puppetlabs/puppetlabs-stdlib#1468; sqlserver was the only supported module where the link had not yet been propagated. Co-Authored-By: Claude Opus 4.7 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7a3a7c3..39d2c239 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contributing to Puppet modules -Check out our [Contributing to Supported Modules Blog Post](https://puppetlabs.github.io/iac/docs/contributing_to_a_module.html) to find all the information that you will need. +Check out our [Contributing to Puppet modules docs](https://help.puppet.com/core/current/Content/PuppetCore/contributing.htm) to find all the information that you will need.