From: Joel Kuzmarski Date: Tue, 7 Jan 2014 07:45:33 +0000 (-0600) Subject: Fix bad anchor link in CONTRIBUTING.md X-Git-Tag: v3.1.0~115^2~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483974695c981610a414b1e2925b734fabc07cf1;p=thirdparty%2Fbootstrap.git 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`. --- 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).