]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix bad anchor link in CONTRIBUTING.md 12133/head
authorJoel Kuzmarski <leoj3n@gmail.com>
Tue, 7 Jan 2014 07:45:33 +0000 (01:45 -0600)
committerJoel Kuzmarski <leoj3n@gmail.com>
Tue, 7 Jan 2014 07:45:33 +0000 (01:45 -0600)
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`.

CONTRIBUTING.md

index 338795ec94a248dd3beed9b8f916c7d24a1aa24b..fb55a968e9e6488d49a6f996ba1203e15b2791a4 100644 (file)
@@ -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).