Repository: incubator-airflow Updated Branches: refs/heads/master 702e62411 -> 5d3242cbc
[AIRFLOW-2503] Fix broken links in CONTRIBUTING.md - Fix broken links in `CONTRIBUTING.md` Closes #3397 from kaxil/AIRFLOW-2503 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/5d3242cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/5d3242cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/5d3242cb Branch: refs/heads/master Commit: 5d3242cbcfbb2eba198927c7ce226ab105245489 Parents: 702e624 Author: Kaxil Naik <[email protected]> Authored: Mon May 21 23:20:51 2018 +0200 Committer: Fokko Driesprong <[email protected]> Committed: Mon May 21 23:20:51 2018 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/5d3242cb/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 416a14e..fd9958b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ little bit helps, and credit will always be given. # Table of Contents * [TOC](#table-of-contents) - * [Types of Contributions](#types-of-contribution) + * [Types of Contributions](#types-of-contributions) - [Report Bugs](#report-bugs) - [Fix Bugs](#fix-bugs) - [Implement Features](#implement-features) @@ -15,7 +15,7 @@ little bit helps, and credit will always be given. * [Documentation](#documentation) * [Development and Testing](#development-and-testing) - [Setting up a development environment](#setting-up-a-development-environment) - - [Pull requests guidelines](#pull-requests-guidelines) + - [Pull requests guidelines](#pull-request-guidelines) - [Testing Locally](#testing-locally) * [Changing the Metadata Database](#changing-the-metadata-database)
