From 02373be9d7f7b583a148b9788b0dbf74a1fa0124 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Thu, 16 Feb 2017 15:00:55 -0800 Subject: [PATCH] INSTALL.md: fix link to dep --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 88bbb549..1173b9c4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,7 +42,7 @@ for each follows. ### Dep -[dep](github.com/golang/dep) is an up-and-coming dependency management tool, +[dep](https://github.com/golang/dep) is an up-and-coming dependency management tool, which has the goal of being accepted as part of the standard go toolchain. It is currently pre-alpha. However, it comes the closest to working easily out of the box.