From 8b91dabe70a56fb293637d58337de1667a8c4100 Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Thu, 22 Sep 2022 14:49:52 +0400 Subject: [PATCH] Fix link --- .gitignore | 4 +++- content/posts/thoughts-on-backpack-modules-and-records.md | 2 +- themes/theme/layouts/index.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4199fa..120d31e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store public -site.tar.gz \ No newline at end of file +site.tar.gz +*.lock +*.yaml \ No newline at end of file diff --git a/content/posts/thoughts-on-backpack-modules-and-records.md b/content/posts/thoughts-on-backpack-modules-and-records.md index a7fa3bd..645b05e 100644 --- a/content/posts/thoughts-on-backpack-modules-and-records.md +++ b/content/posts/thoughts-on-backpack-modules-and-records.md @@ -5,7 +5,7 @@ draft: false tags: [haskell, backpack, modules, records] --- -In ["Implementations of the Handle pattern"](/implementations-of-the-handle-pattern) I have explored how Backpack might be used for the Handle pattern. It helped me to take a better look at Backpack and reflect a bit on modules and records in Haskell. +In ["Implementations of the Handle pattern"](/posts/implementations-of-the-handle-pattern) I have explored how Backpack might be used for the Handle pattern. It helped me to take a better look at Backpack and reflect a bit on modules and records in Haskell. ### What's wrong with Backpack? diff --git a/themes/theme/layouts/index.html b/themes/theme/layouts/index.html index 55fa4e1..8f375a6 100644 --- a/themes/theme/layouts/index.html +++ b/themes/theme/layouts/index.html @@ -2,7 +2,7 @@