summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorCristian Vargas <cristian@swapps.co>2018-06-23 20:16:38 +0200
committerCristian Vargas <cristian@swapps.co>2018-06-23 20:16:38 +0200
commit19ca2581fa018933e16de9fdebf2552b71257148 (patch)
treee117efefcef22ad7f4bc554b3c9a2157de0b595d /CONTRIBUTING.md
parentMerge pull request #1994 from taylorsmithgg/patch-1 (diff)
downloadawx-19ca2581fa018933e16de9fdebf2552b71257148.tar.xz
awx-19ca2581fa018933e16de9fdebf2552b71257148.zip
Fix issue with table of contents(links)
Signed-off-by: Cristian Vargas <cristian@swapps.co>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files 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)