We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172eaf8 commit 12d53f0Copy full SHA for 12d53f0
docs/basics.md
@@ -86,4 +86,4 @@ const runFlow = flow(add5);
86
console.log(runPipe(3), runFlow(3)); // 8, 8
87
```
88
89
-You can learn more about `pipe` and `flow` in the [Practical Guide to fp-ts](https://rlee.dev/writing/practical-guide-to-fp-ts-part-1).
+You can learn more about `pipe` and `flow` in the [Practical Guide to fp-ts](https://rlee.dev/practical-guide-to-fp-ts-part-1).
0 commit comments