From d1b678c1d41b1dafb849222ec6db80ef19d1f81d Mon Sep 17 00:00:00 2001 From: Max Braitmaiere Date: Tue, 25 Sep 2018 20:41:19 +0300 Subject: [PATCH] multi-tls readme to reference the file Makes the doc on https://kubernetes.github.io/ingress-nginx/examples/multi-tls/ clearer by pointing to the example file, not directory context there as in Github --- docs/examples/multi-tls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/multi-tls/README.md b/docs/examples/multi-tls/README.md index dceefe9e1..d1e7295d9 100644 --- a/docs/examples/multi-tls/README.md +++ b/docs/examples/multi-tls/README.md @@ -4,7 +4,7 @@ This example uses 2 different certificates to terminate SSL for 2 hostnames. 1. Deploy the controller by creating the rc in the parent dir 2. Create tls secrets for foo.bar.com and bar.baz.com as indicated in the yaml -3. Create multi-tls.yaml +3. Create [multi-tls.yaml](multi-tls.yaml) This should generate a segment like: ```console