Skip to content

Commit 0315220

Browse files
committed
Update links to Flycheck website
1 parent ebe1274 commit 0315220

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Pull requests
9595
description in grammatically correct, complete sentences.
9696

9797
[issue tracker]: https://github.com/voxpupuli/puppet-mode/issues
98-
[Flycheck]: http://flycheck.readthedocs.org
98+
[Flycheck]: http://www.flycheck.org
9999
[guidelines]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
100100
[Git Commit Mode]: https://github.com/magit/git-modes/
101101
[Magit]: https://github.com/magit/magit/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ See [`COPYING`][copying] for the complete license.
9191
[badge-travis]: https://travis-ci.org/voxpupuli/puppet-mode.svg?branch=master
9292
[Puppet]: http://docs.puppetlabs.com/
9393
[GNU Emacs]: https://www.gnu.org/software/emacs/
94-
[Flycheck]: http://flycheck.readthedocs.org/en/latest/
94+
[Flycheck]: http://wwww.flycheck.org
9595
[MELPA]: http://melpa.milkbox.net/
9696
[MELPA Stable]: http://melpa-stable.milkbox.net/
9797
[Cask]: http://cask.github.io/

puppet-mode.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
;; with `puppet-lint' on C-c C-l. Apply the current buffer with `puppet-apply'
7272
;; on C-c C-c.
7373

74-
;; Flymake: Flymake support is _not_ provided. See Flycheck at
75-
;; http://flycheck.readthedocs.org/en/latest/ for on-the-fly validation and
76-
;; liniting of Puppet manifests.
74+
;; Syntax checking: Flymake support is _not_ provided. See Flycheck at
75+
;; http://www.flycheck.org for on-the-fly validation and liniting of Puppet
76+
;; manifests.
7777

7878
;;; Code:
7979

0 commit comments

Comments
 (0)