From 8488bbf6dd057a15548d05e50262c57c26f34172 Mon Sep 17 00:00:00 2001 From: Alexandr Dolgov Date: Tue, 7 Aug 2018 11:46:36 +0500 Subject: [PATCH] Fix anchor links in CONTRIBUTING.md GitHub use lowercase letters in anchor links. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b1c9e93..7b18a495 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,11 +6,11 @@ Thank you for taking your time to contribute! These criteria must be met for a successful pull request: -* Follow the [Style Guide](#Style-Guide). -* If you add code, remember to add [unit tests](#Unit-Tests) that test your code. +* Follow the [Style Guide](#style-guide). +* If you add code, remember to add [unit tests](#unit-tests) that test your code. * All unit tests must run successfully. * Integration tests should run successfully, unless there is a good reason (e.g. waiting for a pending change in Pebble). -* Your commits follow the [git commit](#git-Commits) guide. +* Your commits follow the [git commit](#git-commits) guide. * You accept that your code is distributed under the terms of [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). ## Style Guide