From 40749aa79f36380580621b10658a2a783241d281 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sat, 28 Nov 2015 08:53:38 -0500 Subject: [PATCH] fix broken link in documentation --- doc/GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/GUIDE.md b/doc/GUIDE.md index 691ec96f2f..40e84fb2dc 100644 --- a/doc/GUIDE.md +++ b/doc/GUIDE.md @@ -1028,7 +1028,7 @@ to build. We're not going to cover the full generality of these arguments here; instead, there's [documentation covering the full build command -syntax](build_command.html). +syntax](build_command.md). Here, we'll just point out a few different types of arguments: * You can specify a *package name*, e.g. `stack build vector`.