diff --git a/doc/website/blog/2024-05-19-atlas-v-0-23.mdx b/doc/website/blog/2024-05-19-atlas-v-0-23.mdx index de251b48eef..c3c2948e225 100644 --- a/doc/website/blog/2024-05-19-atlas-v-0-23.mdx +++ b/doc/website/blog/2024-05-19-atlas-v-0-23.mdx @@ -106,7 +106,7 @@ To learn more about the CircleCI integration, check out the [documentation](http ### Kubernetes Operator Down Migrations -The [Atlas Operator](/integration/kubernetes/operator) is a Kubernetes operator that enables you to manage your database +The [Atlas Operator](/integrations/kubernetes/operator) is a Kubernetes operator that enables you to manage your database schemas using Kubernetes Custom Resources. In one of our [recent releases](/blog/2024/04/01/migrate-down), we added support for the `migrate down` command to the CLI. Using this command, you can roll back applied migrations in a safe and controlled way, without using pre-planned down migration scripts or manual intervention.