Skip to content

Commit d69bed2

Browse files
committed
fixing file links in README
1 parent 7fdeba5 commit d69bed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Haskell exercises corresponding to the youtube video series [Learning Haskell](h
44
# Instructions
55
* It's recommended to install Haskell with VS Code as seen in the [intro video](https://www.youtube.com/watch?v=vn1IOxVplKQ&list=PLHRF-X-NtQR4MZBvm05NshPIEI8ELID5m&index=1)
66
* Each project folder contains a file with exercises to be completed
7-
(i.e. [HaskellExercises01/src/Exercises01.hs](file://HaskellExercises01/src/Exercises01.hs), [HaskellExercises02/src/Exercises02.hs](file://HaskellExercises02/src/Exercises02.hs)
7+
(i.e. [HaskellExercises01/src/Exercises01.hs](HaskellExercises01/src/Exercises01.hs), [HaskellExercises02/src/Exercises02.hs](HaskellExercises02/src/Exercises02.hs) )
88
* Replace each function whose current implementation is `error "TODO: ..."` with an actual implementation
99
* Run `stack test` from the project root to run testing scripts and check your answers

0 commit comments

Comments
 (0)