Skip to content

Commit d7de317

Browse files
committed
docs: fix a few broken links to migrations and fixtures page
1 parent 91f9f58 commit d7de317

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/explanation/development/django-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Runtime configuration changes can be persisted via [Django's Admin interface](ht
1414

1515
When models are updated, **migrations** will need to be added and **fixtures** will need to be updated.
1616

17-
[Read our guide to migrations and fixtures](../guides/migrations-and-fixtures)
17+
[Read our guide to migrations and fixtures](../../../guides/migrations-and-fixtures)
1818

1919
[core-models]: https://github.com/cal-itp/benefits/tree/main/benefits/core/models/
2020
[littlepay-models]: https://github.com/cal-itp/benefits/blob/main/benefits/enrollment_littlepay/models.py

docs/tutorials/load-sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ database rebuild.
6262

6363
When models are updated, our fixtures will need to be updated.
6464

65-
[Read our guide to migrations and fixtures](../guides/migrations-and-fixtures)
65+
[Read our guide to migrations and fixtures](../../guides/migrations-and-fixtures)
6666

6767
[core-models]: https://github.com/cal-itp/benefits/tree/main/benefits/core/models/
6868
[django-fixtures]: https://docs.djangoproject.com/en/5.2/topics/db/fixtures/

0 commit comments

Comments
 (0)