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

@@ -123,7 +123,7 @@ the end of the MRO since it is the parent to all of the classes being composed t
## (b) Build a Value Checker
In link:ex3_4.html[Exercise 3.4], you added some properties to the `Stock` class that
In [Exercise 3.4](ex3_4.md), you added some properties to the `Stock` class that
checked attributes for different types and values (e.g., shares had to be a positive
integer). Let's play with that idea a bit. Start by creating a file `validate.py` and
defining the following base class: