diff --git a/RATIONALE.md b/RATIONALE.md index 950264d1..2acd7f85 100644 --- a/RATIONALE.md +++ b/RATIONALE.md @@ -163,8 +163,8 @@ never requires recursion, this is not the case with library code. Allowing recursion makes it possible for programmers to implement new generic functionalities \[2\]. -\[1\]: [Why Dhall is not Turing complete](https://neilmitchell.blogspot.com/2020/11/turing-incomplete-languages.html)\ -\[2\]: [Turing incomplete languages](https://www.haskellforall.com/2020/01/why-dhall-advertises-absence-of-turing.html) +\[1\]: [Why Dhall is not Turing complete](https://www.haskellforall.com/2020/01/why-dhall-advertises-absence-of-turing.html)\ +\[2\]: [Turing incomplete languages](https://neilmitchell.blogspot.com/2020/11/turing-incomplete-languages.html) ### Side-Effects