From 19ca2581fa018933e16de9fdebf2552b71257148 Mon Sep 17 00:00:00 2001 From: Cristian Vargas Date: Sat, 23 Jun 2018 13:16:38 -0500 Subject: [PATCH] Fix issue with table of contents(links) Signed-off-by: Cristian Vargas --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9318918864..9b5d86f310 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,14 +6,14 @@ Have questions about this document or anything not covered here? Come chat with ## Table of contents -* [Things to know prior to submitting code](#things-to-know-before-contributing-code) +* [Things to know prior to submitting code](#things-to-know-prior-to-contributing-code) * [Setting up your development environment](#setting-up-your-development-environment) * [Prerequisites](#prerequisites) * [Docker](#docker) * [Docker compose](#docker-compose) * [Node and npm](#node-and-npm) - * [Building the environment](#building-the-environment) - * [Clone the AWX repo](#clone-the-awx-repo) + * [Build the environment](#build-the-environment) + * [Fork and clone the AWX repo](#fork-and-clone-the-awx-repo) * [Create local settings](#create-local-settings) * [Build the base image](#build-the-base-image) * [Build the user interface](#build-the-user-interface)