Fix broken link (#317)

This commit is contained in:
jonjohnsonjr 2018-08-06 15:36:11 -07:00 committed by Knative Prow Robot
parent 9f25f31759
commit 7a6b5aa2e7
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ complement the volumes that are implicitly
For example, use volumes to accomplish one of the following common tasks:
* [Mount a Kubernetes secrets(./auth.md).
* [Mount a Kubernetes secret](./auth.md).
* Creat an `emptyDir` volume to act as a cache for use across multiple build
steps. Consider using a persistent volume for inter-build caching.