Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kuzmarski <leoj3n@gmail.com>2014-01-07 11:45:33 +0400
committerJoel Kuzmarski <leoj3n@gmail.com>2014-01-07 11:45:33 +0400
commit483974695c981610a414b1e2925b734fabc07cf1 (patch)
tree2f7ed392e20b8504014f35ea74ad7d6d96a17244 /CONTRIBUTING.md
parent158a2394a27d3f0be269ca969c9203f9e74c8c22 (diff)
Fix bad anchor link in CONTRIBUTING.md
Hey look, I'm contributing to CONTRIBUTING.md! This anchor must have been overlooked while updating the docs in a previous commit. Expected behavior: scroll the document to a linked section. Experienced behavior: nada. This proposed file change renames the anchor text from `coding conventions` to `coding guidelines` and changes the anchor link from `#code-conventions` to `#code-guidelines`.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 338795ec94..fb55a968e9 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).