From 927d87910afe3403b9397b81c2d166abf58b83b3 Mon Sep 17 00:00:00 2001 From: Pete Johns Date: Tue, 11 Nov 2014 07:03:07 +1100 Subject: [PATCH] The Puppet Labs Issue Tracker has Moved https://tickets.puppetlabs.com Update the documentation accordingly --- CONTRIBUTING.md | 6 +++--- README.markdown | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1288478a..17870bc22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Checklist (and a short version for the impatient) - Make sure you have a [GitHub account](https://github.com/join) - - [Create a ticket](http://projects.puppetlabs.com/projects/modules/issues/new), or [watch the ticket](http://projects.puppetlabs.com/projects/modules/issues) you are patching for. + - [Create a ticket](https://tickets.puppetlabs.com/secure/CreateIssue!default.jspa), or [watch the ticket](https://tickets.puppetlabs.com/browse/) you are patching for. * Preferred method: @@ -220,13 +220,13 @@ review. Additional Resources ==================== -* [Getting additional help](http://projects.puppetlabs.com/projects/puppet/wiki/Getting_Help) +* [Getting additional help](http://puppetlabs.com/community/get-help) * [Writing tests](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Writing_Tests) * [Patchwork](https://patchwork.puppetlabs.com) -* [Contributor License Agreement](https://projects.puppetlabs.com/contributor_licenses/sign) +* [Contributor License Agreement](https://cla.puppetlabs.com/) * [General GitHub documentation](http://help.github.com/) diff --git a/README.markdown b/README.markdown index 7af33b686..2a2f8f87a 100644 --- a/README.markdown +++ b/README.markdown @@ -215,7 +215,7 @@ Puppet Labs modules on the Puppet Forge are open projects, and community contrib We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. -You can read the complete module contribution guide on the [Puppet Labs wiki](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing). +You can read the complete module contribution guide in [CONTRIBUTING.md](./CONTRIBUTING.md) ##Contributors