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

@@ -11,7 +11,7 @@
## (a) The Final Frontier
In link:ex7_3.html[Exercise 7.3], we made it possible to define type-checked structures as follows:
In [Exercise 7.3](ex7_3.md), we made it possible to define type-checked structures as follows:
```python
from validate import String, PositiveInteger, PositiveFloat