Fix markdown image syntax

This commit is contained in:
Neil Martinsen-Burrell 2023-05-12 15:09:07 -05:00
parent 738e0dabd6
commit e25353a561
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ A more complete diagram of the data models, their fields, and their
relationships are in [models_diagram.md](./models_diagram.md), created with
the `django-model2puml` plugin.
![./model_timeline.svg]
![Data model timeline diagram](./model_timeline.svg)
<details>
<summary>PlantUML source code</summary>

View file

@ -8,7 +8,7 @@ using the command
$ docker compose app ./manage.py generate_puml --include registrar
```
![./models_diagram.svg]
![Complete data models diagram](./models_diagram.svg)
<details>
<summary>PlantUML source code</summary>