diff options
| author | Chris Rebert <[email protected]> | 2014-01-06 23:55:17 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-06 23:55:17 -0800 |
| commit | 0a09dd46cbc8c76c766484fbbdb0c2af891a3b15 (patch) | |
| tree | 2f7ed392e20b8504014f35ea74ad7d6d96a17244 | |
| parent | 158a2394a27d3f0be269ca969c9203f9e74c8c22 (diff) | |
| parent | 483974695c981610a414b1e2925b734fabc07cf1 (diff) | |
| download | bootstrap-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.md | 2 |
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). |
