From ff7af354d63f5b7addb291efd31a12fc047c54a0 Mon Sep 17 00:00:00 2001 From: Mikhail Garbuzov Date: Mon, 24 Jul 2023 20:02:19 +0300 Subject: [PATCH] docs: update broken link --- docs/learning-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learning-resources.md b/docs/learning-resources.md index 0c5ac99a8..fc7963614 100644 --- a/docs/learning-resources.md +++ b/docs/learning-resources.md @@ -54,6 +54,6 @@ has_toc: false - [When An Error Is Not An Exception](https://dev.to/vncz/forewords-and-domain-model-1p13) — How we rewrote the core of Prism to make it almost totally functional - [Introduction series to FP-TS](https://ybogomolov.me/01-higher-kinded-types/) by Yuriy Bogomolov - [The ReaderTaskMonad](https://andywhite.xyz/posts/) by Andy White -- [FP-TS for HTTP-requests](https://kimmosaaskilahti.fi/blog/2019-08-29-fp-ts/) by Kimmo Sasskilahti +- [FP-TS for HTTP-requests](https://kimmosaaskilahti.fi/blog/2019/08/29/using-fp-ts-for-http-requests-and-validation/) by Kimmo Sasskilahti - [Basic introduction to FP-TS](https://davetayls.me/blog/2018/06/09/fp-ts-02-handling-error-cases) by Dave Tayls - [Practical guide to FP-TS](https://rlee.dev/practical-guide-to-fp-ts-part-1) by Ryan Lee