From 724b3898a4a79e247e5c8720bd214265053bdc1e Mon Sep 17 00:00:00 2001
From: Luis Cordova <cordoval@gmail.com>
Date: Mon, 8 Jan 2018 10:23:15 -0500
Subject: [PATCH] fix typo

---
 docs/examples/nginx/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/nginx/README.md b/docs/examples/nginx/README.md
index 9b53e213b..e7a02e578 100644
--- a/docs/examples/nginx/README.md
+++ b/docs/examples/nginx/README.md
@@ -13,7 +13,7 @@ pattern:
 - A `Deployment` is used to create a Replica Set of nginx pods.
   ([templates/deployment.yaml](templates/deployment.yaml))
 - A `Service` is used to create a gateway to the pods running in the
-  replica set ([templates/svc.yaml](templates/service.yaml))
+  replica set ([templates/service.yaml](templates/service.yaml))
 
 The [values.yaml](values.yaml) exposes a few of the configuration options in the
 charts, though there are some that are not exposed there (like
-- 
GitLab