From da079bcbfeac747418eee0a71ec8bb8188a7fc3c Mon Sep 17 00:00:00 2001 From: "Tim St. Clair" Date: Thu, 24 Mar 2016 13:29:17 -0700 Subject: [PATCH] Fix backwards link markdown in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c500fafda..12e19e2cc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Please hang out with us in [the Slack chat room](https://kubernetes.slack.com/me ## Installing Helm Note: if you're exploring or using the project, you'll probably want to pull -(the latest release)[https://github.com/kubernetes/helm/releases/latest], +[the latest release](https://github.com/kubernetes/helm/releases/latest), since there may be undiscovered or unresolved issues at HEAD. From a Linux or Mac OS X client: