From 0dff3f49d8870bf0f1fe9fb0acf08d501d338884 Mon Sep 17 00:00:00 2001 From: Kasper Bentsen Date: Thu, 16 Feb 2017 19:32:40 +0100 Subject: [PATCH] Fix broken link to Dep Fix broken link to Dep --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index fe9bff1f..88bbb549 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -73,7 +73,7 @@ ensure` again if you start importing a plugin that you weren't using before. ### Godep -[godep](github.com/tools/godep) is an older dependency management tool, which is +[godep](https://github.com/tools/godep) is an older dependency management tool, which is used by the main Kubernetes repo and `client-go` to manage dependencies. Before proceeding with the below instructions, you should ensure that your