From 00925aa276bf4215bdf1ad11651fa4084e6bc676 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sat, 14 Feb 2026 18:32:42 +0000 Subject: Fix Markdown link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb77f81..65f9ca9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Motivation -The problem with depth-first search `flatMap` of [https://fs2.io/](`fs2.Stream`) and standard library's collection is that when you nest infinite streams, it gets stuck exploring the first branch forever: +The problem with depth-first search `flatMap` of [`fs2.Stream`](https://fs2.io/) and standard library's collection is that when you nest infinite streams, it gets stuck exploring the first branch forever: ```scala val number = fs2.Stream.iterate(1)(_ + 1) // 1, 2, 3, ... -- cgit v1.2.3