]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(doc) Update links for modules
authorSteven Kurylo <skurylo@gmail.com>
Wed, 16 Apr 2014 18:11:58 +0000 (11:11 -0700)
committerSteven Kurylo <skurylo@gmail.com>
Wed, 16 Apr 2014 18:19:15 +0000 (11:19 -0700)
For modules, the JIRA project is MODULES not PUP.
Link to the module contributing guide, instead of core puppet

CONTRIBUTING.md

index aa27d05b22bac4ab866deeba5c17abac3231d48a..630ba8581ebca29006915815c2993a9b8c982ce1 100644 (file)
@@ -31,7 +31,7 @@ top of things.
 * Make sure your commit messages are in the proper format.
 
 ````
-    (PUP-1234) Make the example in CONTRIBUTING imperative and concrete
+    (MODULES-1234) Make the example in CONTRIBUTING imperative and concrete
 
     Without this patch applied the example commit message in the CONTRIBUTING
     document is not a concrete example.  This is a problem because the
@@ -79,7 +79,7 @@ a ticket number.
 
 # Additional Resources
 
-* [More information on contributing](http://links.puppetlabs.com/contribute-to-puppet)
+* [More information on contributing](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing)
 * [Bug tracker (Jira)](http://tickets.puppetlabs.com)
 * [Contributor License Agreement](http://links.puppetlabs.com/cla)
 * [General GitHub documentation](http://help.github.com/)