origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Link in documentation not working #198

Closed Fl4m3Ph03n1x closed 6 years ago

Fl4m3Ph03n1x commented 6 years ago

Steps to reproduce

When reading the documentation explaining why Validators cannot have a chain method ( https://folktale.origamitower.com/docs/support/faq/#why-is-there-no-chain-for-validation ) the following paragraph has a link that points to a 404:

The new documentation explains these similarities and differences very concisely, and likens the Either/Result + .chain to JavaScript’s exceptions and the ; operator. Either/Result, Future, and Task all have Monad implementations that could be understood in terms of ;. That is, a regular code like var x = doX(); doY() would be equivalent to doX().chain((x) => doY()) if using the Monad implementation of those data structures.

The link that doesn't work is:

https://folktale.origamitower.com/api/en/folktale.src.data.result.html#how-does-result-compare-to-validation-

Expected behaviour

The link should exist and not point to 404.

robotlolita commented 6 years ago

Thanks, this should be fixed now :>