From aa717a2728cfd5bd7222cd5b8aa6e27446fc1f76 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Sat, 25 Aug 2018 22:06:56 +0200 Subject: [PATCH] CONTRIBUTING.md: Fixing ToC indendation and wrong links The Table of Contents list indentation was wrongly indented for 'Running the environment'. Also, some links pointed to anchor that did not exist. The commit fixes that. Signed-off-by: Yanis Guenane --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b5d86f310..d89f231ebb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,11 @@ Hi there! We're excited to have you as a contributor. -Have questions about this document or anything not covered here? Come chat with us at `#ansible-awx` on irc.freenode.net, or submit your question to the [mailing list](https://groups.google.com/forum/#!forum/awx-project) . +Have questions about this document or anything not covered here? Come chat with us at `#ansible-awx` on irc.freenode.net, or submit your question to the [mailing list](https://groups.google.com/forum/#!forum/awx-project). ## Table of contents -* [Things to know prior to submitting code](#things-to-know-prior-to-contributing-code) +* [Things to know prior to submitting code](#things-to-know-prior-to-submitting-code) * [Setting up your development environment](#setting-up-your-development-environment) * [Prerequisites](#prerequisites) * [Docker](#docker) @@ -17,14 +17,14 @@ Have questions about this document or anything not covered here? Come chat with * [Create local settings](#create-local-settings) * [Build the base image](#build-the-base-image) * [Build the user interface](#build-the-user-interface) - # [Running the environment](#running-the-environment) + * [Running the environment](#running-the-environment) * [Start the containers](#start-the-containers) * [Start from the container shell](#start-from-the-container-shell) * [Post Build Steps](#post-build-steps) - * [Start a shell](#start-the-shell) - * [Create a superuser](#create-a-superuser) - * [Load the data](#load-the-data) - * [Building API Documentation](#build-documentation) + * [Start a shell](#start-a-shell) + * [Create a superuser](#create-a-superuser) + * [Load the data](#load-the-data) + * [Building API Documentation](#build-api-documentation) * [Accessing the AWX web interface](#accessing-the-awx-web-interface) * [Purging containers and images](#purging-containers-and-images) * [What should I work on?](#what-should-i-work-on)