Skip to content

Commit 2398b90

Browse files
authored
Merge pull request #112 from puppetlabs/maint-update_issues_url
(maint) Update issues URL
2 parents 490c785 + ca962fa commit 2398b90

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Puppet Lint
22

3-
[![Build
4-
Status](https://secure.travis-ci.org/rodjek/puppet-lint.png)](http://travis-ci.org/rodjek/puppet-lint)
5-
[![Inline docs](http://inch-ci.org/github/rodjek/puppet-lint.png?branch=master)](http://inch-ci.org/github/rodjek/puppet-lint)
6-
73
Puppet Lint tests Puppet code against the recommended [Puppet language style
84
guide](http://puppet.com/docs/puppet/latest/style_guide.html). Puppet Lint validates only code style; it does not validate syntax. To test syntax, use Puppet's `puppet parser validate` command.
95

@@ -294,7 +290,7 @@ For a complete list of checks, and how to resolve errors on each check, see the
294290
## Reporting bugs or incorrect results
295291

296292
If you find a bug in Puppet Lint or its results, please create an issue in the
297-
[repo issues tracker](https://github.com/rodjek/puppet-lint/issues/). Bonus
293+
[repo issues tracker](https://github.com/puppetlabs/puppet-lint/issues/). Bonus
298294
points will be awarded if you also include a patch that fixes the issue.
299295

300296
## Thank you

lib/puppet-lint/checks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run(fileinfo, data)
8787
rescue => e
8888
$stdout.puts <<-END.gsub(%r{^ {6}}, '')
8989
Whoops! It looks like puppet-lint has encountered an error that it doesn't
90-
know how to handle. Please open an issue at https://github.com/rodjek/puppet-lint
90+
know how to handle. Please open an issue at https://github.com/puppetlabs/puppet-lint
9191
and paste the following output into the issue description.
9292
---
9393
puppet-lint version: #{PuppetLint::VERSION}

0 commit comments

Comments
 (0)