Skip to content

Commit 168ccbf

Browse files
Merge pull request codecrafters-io#426 from SeungUkLee/master
Fix URL of 'Haskell: Let's Build a Compiler'
2 parents aae33a1 + 6d1932f commit 168ccbf

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
@@ -287,7 +287,7 @@
287287
* [**Elixir**: _Demystifying compilers by writing your own_](https://www.youtube.com/watch?v=zMJYoYwOCd4) [video]
288288
* [**Go**: _The Super Tiny Compiler_](https://github.com/hazbo/the-super-tiny-compiler)
289289
* [**Go**: _Lexical Scanning in Go_](https://www.youtube.com/watch?v=HxaD_trXwRE) [video]
290-
* [**Haskell**: _Let's Build a Compiler_](http://alephnullplex.github.io/cradle/)
290+
* [**Haskell**: _Let's Build a Compiler_](https://g-ford.github.io/cradle/)
291291
* [**Haskell**: _Write You a Haskell_](http://dev.stephendiehl.com/fun/)
292292
* [**Haskell**: _Write Yourself a Scheme in 48 Hours_](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
293293
* [**Haskell**: _Write You A Scheme_](https://www.wespiser.com/writings/wyas/home.html)

0 commit comments

Comments
 (0)