diff --git a/docs/pages/configuration/images/_partials/prevent_build.mdx b/docs/pages/configuration/images/_partials/prevent_build.mdx index ab9a79bb71..87587853a9 100644 --- a/docs/pages/configuration/images/_partials/prevent_build.mdx +++ b/docs/pages/configuration/images/_partials/prevent_build.mdx @@ -4,6 +4,6 @@ Because image building can waste a lot of time and slows down developers, we rec Instead of image building, the use the following workflow for `devspace dev`: 1. Deploy your application using prod/stable images -2. Use the [`devImage` feature](../dev/modifications/image) to swap out the prod/stable images in runtime using a prebuilt dev-optimized image. +2. Use the [`devImage` feature](../dev/modifications/dev-image) to swap out the prod/stable images in runtime using a prebuilt dev-optimized image. 3. Use the [`sync` feature](../dev/connections/file-sync) for hot reloading your containers :::