We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c1f66 commit aa96cb6Copy full SHA for aa96cb6
1 file changed
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
4
5
Instead of image building, the use the following workflow for `devspace dev`:
6
1. Deploy your application using prod/stable images
7
-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.
8
3. Use the [`sync` feature](../dev/connections/file-sync) for hot reloading your containers
9
:::
0 commit comments