summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-12-05 18:59:25 -0400
committerJoey Hess2015-12-05 18:59:25 -0400
commit42362a97afbd1e1a89390158a56c31214cca8789 (patch)
tree1544010b614defbbc5ba331c686963bd8ae1353c /doc
parentdb0a38f02e1dda6ce35c782fa6132f344b0905d1 (diff)
parent2cc31d3c41b4b4e3b8e54c03292fd7c2951cfd8f (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'doc')
-rw-r--r--doc/coding_style.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn
index 86a8516e..92553d76 100644
--- a/doc/coding_style.mdwn
+++ b/doc/coding_style.mdwn
@@ -108,4 +108,4 @@ Note for emacs users: You can put the following snippet into a file called
;; Warn about spaces used for indentation:
(haskell-mode . ((eval . (highlight-regexp "^ *")))))
-Also consider [haskell-tab-indent-mode](https://spwhitton.name/tech/code/haskell-tab-indent.el). The standard indentation modes that come with haskell-mode do not work well with tabs for indentation. This mode works well for hacking on Propellor. (A pull request has been submitted to have it included in haskell-mode.)
+Also consider [haskell-tab-indent-mode](https://spwhitton.name/tech/code/haskell-tab-indent/). The standard indentation modes that come with haskell-mode do not work well with tabs for indentation. This mode works well for hacking on Propellor.