aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-06 23:55:17 -0800
committerChris Rebert <[email protected]>2014-01-06 23:55:17 -0800
commit0a09dd46cbc8c76c766484fbbdb0c2af891a3b15 (patch)
tree2f7ed392e20b8504014f35ea74ad7d6d96a17244
parent158a2394a27d3f0be269ca969c9203f9e74c8c22 (diff)
parent483974695c981610a414b1e2925b734fabc07cf1 (diff)
downloadbootstrap-0a09dd46cbc8c76c766484fbbdb0c2af891a3b15.tar.xz
bootstrap-0a09dd46cbc8c76c766484fbbdb0c2af891a3b15.zip
Merge pull request #12133 from leoj3n/patch-1
Fix bad anchor link in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 338795ec9..fb55a968e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -92,7 +92,7 @@ implementing features, refactoring code, porting to a different language),
otherwise you risk spending a lot of time working on something that the
project's developers might not want to merge into the project.
-Please adhere to the [coding conventions](#code-conventions) used throughout a
+Please adhere to the [coding guidelines](#code-guidelines) used throughout a
project (indentation, accurate comments, etc.) and any other requirements
(such as test coverage).