Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasGentele committed Jun 21, 2022
1 parent f4c1f66 commit aa96cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
:::

0 comments on commit aa96cb6

Please sign in to comment.