diff --git a/0028-html-dsl/README.md b/0028-html-dsl/README.md index ab17fadd..a7a794c6 100644 --- a/0028-html-dsl/README.md +++ b/0028-html-dsl/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [An HTML DSL](https://www.pointfree.co/episodes/ep28-html-dsl) +> #### This directory contains code from Point-Free Episode: [An HTML DSL](https://www.pointfree.co/episodes/ep28-an-html-dsl) > > This week we apply domain specific languages to a very real-world problem: representing and rendering HTML. We code up a simple but powerful solution that forms the foundation of what we use to build the Point-Free website.