From d198e19a5f09a0def22e49fad33da1e94ceb53dc Mon Sep 17 00:00:00 2001 From: Elliott Peay Date: Thu, 16 Feb 2017 11:39:21 -0500 Subject: [PATCH] update README.md contents links fix broken TOC links --- controllers/nginx/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/nginx/README.md b/controllers/nginx/README.md index f55cfd32d..f213363a6 100644 --- a/controllers/nginx/README.md +++ b/controllers/nginx/README.md @@ -4,8 +4,8 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub ## Contents * [Conventions](#conventions) -* [Requirements](#what-it-provides) -* [Dry running](#dry-running-the-ingress-controller) +* [Requirements](#requirements) +* [Dry running](#try-running-the-ingress-controller) * [Deployment](#deployment) * [HTTP](#http) * [HTTPS](#https) @@ -23,7 +23,7 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub * [Disabling NGINX ingress controller](#disabling-nginx-ingress-controller) * [Log format](#log-format) * [Local cluster](#local-cluster) -* [Debug & Troubleshooting](#troubleshooting) +* [Debug & Troubleshooting](#debug--troubleshooting) * [Why endpoints and not services?](#why-endpoints-and-not-services) * [Limitations](#limitations) * [NGINX Notes](#nginx-notes)