Skip to content

Commit 706060c

Browse files
authored
doc fix: missing link target in pipers-pie introduction (#754)
1 parent 7b66ed3 commit 706060c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

concepts/tail-call-recursion/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ This would not be possible for a function with the type signature `Int -> Int`,
4545

4646
[recursion-tc]: https://en.wikipedia.org/wiki/Tail_call
4747
[call-stack]: https://en.wikipedia.org/wiki/Call_stack
48+
[tail-call-optimization]: https://jfmengels.net/tail-call-optimization/

exercises/concept/pipers-pie/.docs/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ This would not be possible for a function with the type signature `Int -> Int`,
4747

4848
[recursion-tc]: https://en.wikipedia.org/wiki/Tail_call
4949
[call-stack]: https://en.wikipedia.org/wiki/Call_stack
50+
[tail-call-optimization]: https://jfmengels.net/tail-call-optimization/

0 commit comments

Comments
 (0)