From e4274c448ce70fb683dfbd52d53bf7804efed6fd Mon Sep 17 00:00:00 2001
From: Mitchel Humpherys <mitch@directangular.com>
Date: Sat, 23 Dec 2017 15:14:46 -0800
Subject: [PATCH] docs(chart_template_guide): Fix link

Fix a Glob link floating around with some invalid markdown and an invalid
target.
---
 docs/chart_template_guide/accessing_files.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/chart_template_guide/accessing_files.md b/docs/chart_template_guide/accessing_files.md
index c547babdd..896dccfd1 100644
--- a/docs/chart_template_guide/accessing_files.md
+++ b/docs/chart_template_guide/accessing_files.md
@@ -144,7 +144,7 @@ couple utility methods on the `Files` type.
 For further organization, it is especially useful to use these methods in
 conjunction with the `Glob` method.
 
-Given the directory structure from the [Glob][Glob patterns] example above:
+Given the directory structure from the [Glob](#glob-patterns) example above:
 
 ```yaml
 apiVersion: v1
-- 
GitLab