Skip to content

Commit 01f7791

Browse files
committed
Fixed link to Functions
1 parent 07e0df2 commit 01f7791

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/scope/lifetime/fn.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ fn main() {
5454
print_one(&t);
5555
}
5656
```
57-
5857
### See also:
5958

60-
[functions][fn]
59+
[Functions]
60+
61+
[Functions]: ../../fn.md
62+
6163

6264
[elision]: elision.md
63-
[fn]: fn.md

0 commit comments

Comments
 (0)