Skip to content

Commit d2c1980

Browse files
committed
fix hardcoded link
1 parent 2564bb7 commit d2c1980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defining-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ need to:
351351

352352
## Output
353353

354-
The built-in input function [returns a value](https://github.com/Akuli/python-tutorial/blob/master/using-functions.md#return-values).
354+
The built-in input function [returns a value](using-functions.md#return-values).
355355
Can our function return a value also?
356356

357357
```py

0 commit comments

Comments
 (0)