Fix broken links
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user