From db07eb5925e139a9f1583fee28bb8fd1ae4479d0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:14:08 -0500 Subject: [PATCH] readme: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91676e..3ae79aa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For details, see: https://srid.ca/haskell-template/start - Run `, docs` to start Hoogle with packages in your cabal file. - Run the application without installing: `nix run github:srid/haskell-template` (or `nix run .` from checkout) - Common workflows - - Adding library dependencies in Nix: https://srid.ca/haskell-template/dependency + - Adding library dependencies in Nix: https://haskell.flake.page/dependency - Adding tests: https://srid.ca/haskell-template/tests ## Discussions