diff --git a/develop-docs/development/database-migrations/index.mdx b/develop-docs/development/database-migrations/index.mdx index 8d82470f34003..8ae49c63b2170 100644 --- a/develop-docs/development/database-migrations/index.mdx +++ b/develop-docs/development/database-migrations/index.mdx @@ -5,7 +5,7 @@ sidebar_order: 30 Django migrations are how we handle changes to the database in Sentry. -Django migration official docs: [https://docs.djangoproject.com/en/2.2/topics/migrations/](https://docs.djangoproject.com/en/2.2/topics/migrations/) . These will cover most things you need to understand what a migration is doing. +Django migration official docs: [https://docs.djangoproject.com/en/5.1/topics/migrations/](https://docs.djangoproject.com/en/5.1/topics/migrations/) . These will cover most things you need to understand what a migration is doing. ## Commands