diff options
author | Yanis Guenane <yguenane@redhat.com> | 2018-08-25 22:06:56 +0200 |
---|---|---|
committer | Yanis Guenane <yguenane@redhat.com> | 2018-08-28 10:53:17 +0200 |
commit | aa717a2728cfd5bd7222cd5b8aa6e27446fc1f76 (patch) | |
tree | d41155f415bb1d2b424a23d1f2074b3afe4573d4 /CONTRIBUTING.md | |
parent | Merge pull request #2175 from shanemcd/kubernetes-fun (diff) | |
download | awx-aa717a2728cfd5bd7222cd5b8aa6e27446fc1f76.tar.xz awx-aa717a2728cfd5bd7222cd5b8aa6e27446fc1f76.zip |
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 <yguenane@redhat.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 14 |
1 files 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) |