From 5215bbcbf6414d9c2f1cf9de16b6674ac4e01f67 Mon Sep 17 00:00:00 2001 From: Paschalis Korosoglou Date: Wed, 14 Feb 2018 16:05:58 +0200 Subject: [PATCH] Fix in anchor link --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 82fad2c411..7202685402 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -82,9 +82,9 @@ We currently support running AWX as a containerized application using Docker ima The [installer](./installer) directory contains an [inventory](./installer/inventory) file, and a playbook, [install.yml](./installer/install.yml). You'll begin by setting variables in the inventory file according to the platform you wish to use, and then you'll start the image build and deployment process by running the playbook. In the sections below, you'll find deployment details and instructions for each platform: -- [Docker and Docker Compose](#docker-and-docker-compose) - [OpenShift](#openshift) -- [Kubernetes](#kubernetes). +- [Kubernetes](#kubernetes) +- [Docker or Docker Compose](#docker-or-docker-compose). ### Official vs Building Images