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

@@ -16,7 +16,7 @@ sane way. Before doing anything, copy your work in `stock.py` to a new file
`orig_stock.py`.
We're going to recreate the `Stock` class from scratch using some new techniques.
Make sure you have your unit tests from link:ex5_4.html[Exercise 5.4] handy. You'll want those.
Make sure you have your unit tests from [Exercise 5.4](ex5_4.md) handy. You'll want those.
If you define a function, you probably already know that it can be
called using a mix of positional or keyword arguments. For example: