Skip to content

Commit

Permalink
Update link to Elm articles
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeFant committed Nov 28, 2023
1 parent f1b66eb commit 82e717b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guide/elm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While we recommend using IHP without any frontend frameworks, it may sometimes b

We think that Elm can be a great fit for this, and have therefore made getting started with Elm in a new ihp app as simple as possible.

Credits to Lars Lillo Ulvestad, who wrote [a series of excellent articles](https://driftercode.com/blog/ihp-with-elm/) about the setup, which our implementation is based off of.
Credits to Lars Lillo Ulvestad, who wrote [a series of excellent articles](https://www.haskellpreneur.com/series/ihp-with-elm/) about the setup, which our implementation is based off of.

## Getting Started with IHP and Elm

Expand All @@ -32,7 +32,7 @@ You can find all Elm related code in `./elm`. Use `index.js` to instantiate your

## Where to go from here

We recommend reading Lars' [series of blog articles](https://driftercode.com/blog/ihp-with-elm/) to see how to take this setup further and when to use it. The setup you currently get is mostly equivalent to part 1 of his series.
We recommend reading Lars' [series of blog articles](https://www.haskellpreneur.com/series/ihp-with-elm/) to see how to take this setup further and when to use it. The setup you currently get is mostly equivalent to part 1 of his series.

## Elm Code Is Not Compiling (Reloading)

Expand Down

0 comments on commit 82e717b

Please sign in to comment.