From 4811017934707ee314b2785038a386a80bc3bec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Wed, 4 Jul 2018 01:34:13 +0200 Subject: [PATCH] Fix TOC internal links in CONTRIBUTING.md [ci skip] --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 264d98f0f..420cdb75b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,9 +13,9 @@ please follow the workflow explained in this document. * [Getting started with Git workflow](#getting-started-with-git-workflow) * [1. Clone Boost super-project](#1-clone-boost-super-project) * [2. Checkout Boost.GIL development branch](#2-checkout-boostgil-development-branch) - * [3. Fork Boost.GIL repository on GitHub](#4-fork-boostgil-repository-on-github) - * [4. Submit a pull request](#5-submit-a-pull-request) - * [5. Update your pull request](#6-update-your-pull-request) + * [3. Fork Boost.GIL repository on GitHub](#3-fork-boostgil-repository-on-github) + * [4. Submit a pull request](#4-submit-a-pull-request) + * [5. Update your pull request](#5-update-your-pull-request) * [Development](#development) * [Using Boost.Build](#using-boostbuild) * [Using CMake](#using-cmake)