Fix broken links

This commit is contained in:
Matúš Ferech
2023-07-17 17:41:16 +02:00
parent 7d4b30154a
commit 8d3bb056fa
16 changed files with 28 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ CSV, and HTML.
One major use of classes in Python is in writing code that be
extended/adapted in various ways. To illustrate, in
link:ex3_2.html[Exercise 3.2] you created a function `print_table()`
[Exercise 3.2](ex3_2.md) you created a function `print_table()`
that made tables. You used this to make output from the `portfolio`
list. For example: