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

@@ -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