Wording nit.
diff --git a/Doc/Makefile b/Doc/Makefile
index c3f3a2d..d893b79 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -74,8 +74,8 @@
 
 linkcheck: BUILDER = linkcheck
 linkcheck: build
-	@echo "Link check complete; look for any errors in the above or in" \
-	      "build/$(BUILDER)/output.txt"
+	@echo "Link check complete; look for any errors in the above output "\
+	      "or in build/$(BUILDER)/output.txt"
 
 clean:
 	-rm -rf build/*