Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update link in doc/README.md #1505

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down