Fix broken links
This commit is contained in:
@@ -14,7 +14,7 @@ developed over the last few days. Hang on to your hat.
|
||||
|
||||
## (a) Descriptors Revisited
|
||||
|
||||
In link:ex4_3.html[Exercise 4.3] you defined some descriptors that
|
||||
In [Exercise 4.3](ex4_3.md) you defined some descriptors that
|
||||
allowed a user to define classes with type-checked attributes like
|
||||
this:
|
||||
|
||||
@@ -29,7 +29,7 @@ class Stock:
|
||||
```
|
||||
|
||||
Modify your `Stock` class so that it includes the above descriptors
|
||||
and now looks like this (see link:ex6_4.html[Exercise 6.4]):
|
||||
and now looks like this (see [Exercise 6.4](ex6_4.md)):
|
||||
|
||||
```python
|
||||
# stock.py
|
||||
|
||||
Reference in New Issue
Block a user