diff --git a/docs/chart_template_guide/accessing_files.md b/docs/chart_template_guide/accessing_files.md
index 8d380edd6abdaa963c70549a4ea5c20caa0066ab..e14417fde92a36e550ee5f398c93b8bbc6a995f9 100644
--- a/docs/chart_template_guide/accessing_files.md
+++ b/docs/chart_template_guide/accessing_files.md
@@ -71,7 +71,7 @@ data:
 
 As your chart grows, you may find you have a greater need to organize your
 files more, and so we provide a `Files.Glob(pattern string)` method to assist
-in extracting certain files however you need.
+in extracting certain files with all the flexibility of [glob patterns](//godoc.org/github.com/gobwas/glob).
 
 For example, imagine the directory structure: