From 915f9983eae1e40d9969db91898889885a213255 Mon Sep 17 00:00:00 2001 From: Gran Ville Lintao Date: Sun, 13 Dec 2015 02:50:06 +0400 Subject: [PATCH] update link in doc/README.md --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index ca0aa1632c..60b0c2c54d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -106,7 +106,7 @@ executables. Just try to add a new version in the `stack.yaml` file in the `extra-deps` section. It was a really fast introduction on how to start to code in Haskell using `stack`. -If you want to go further, we highly recommend you to read the [`stack` guide](GUIDE.html). +If you want to go further, we highly recommend you to read the [`stack` guide](GUIDE.md). #### How to contribute @@ -135,7 +135,7 @@ stack build #### Complete guide to stack This repository also contains a complete [user guide to using stack -](GUIDE.html), covering all of the most common use cases. +](GUIDE.md), covering all of the most common use cases. #### Questions, Feedback, Discussion