From 761c7097f0e8bbf9525980204263aeef4be69df4 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Thu, 7 Jul 2016 22:18:30 +0100 Subject: [PATCH] try again --- docs/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index ca97c71..7b58410 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -4,7 +4,7 @@ Building MailHog MailHog is built using `make`, and using [this Makefile](Makefile). If you aren't making any code changes, you can install MailHog using -`go get github.com/mailhog/MailHog`, since [mailhog/MailHog-UI/assets/assets.go](https://github.com/mailhog/MailHog-UI/assets/assets.go) +`go get github.com/mailhog/MailHog`, since [mailhog/MailHog-UI/assets/assets.go](https://github.com/mailhog/MailHog-UI/blob/master/assets/assets.go) is already pre-compiled and committed to this repository. ### Why do I need a Makefile?