We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0c74a commit d74b29dCopy full SHA for d74b29d
1 file changed
Notes/03_Program_organization/02_More_functions.md
@@ -338,7 +338,7 @@ follows:
338
>>>
339
```
340
341
-An example of a column selector was given in [Exercise 2.23](../02_Working_with_data/06_List_comprehension).
+An example of a column selector was given in [Exercise 2.23](../02_Working_with_data/06_List_comprehension.md).
342
However, here’s one way to do it:
343
344
```python
@@ -431,7 +431,7 @@ type-conversions to be applied to the returned data. For example:
431
432
433
434
-You already explored this in [Exercise 2.24](../02_Working_with_data/07_Objects).
+You already explored this in [Exercise 2.24](../02_Working_with_data/07_Objects.md).
435
You'll need to insert the following fragment of code into your solution:
436
437
0 commit comments