Skip to content

Commit

Permalink
fix: outdated links to production mode docs (#12553) (#12558) (#12560)
Browse files Browse the repository at this point in the history
Co-authored-by: Tarek Oraby <[email protected]>

Co-authored-by: caalador <[email protected]>
Co-authored-by: Tarek Oraby <[email protected]>
  • Loading branch information
3 people authored Dec 15, 2021
1 parent bfc6125 commit 861d6fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class DefaultDeploymentConfiguration

public static final String NOT_PRODUCTION_MODE_WARNING = "\nWARNING: Vaadin is running in DEBUG MODE with debug features enabled, but with a prebuild frontend bundle (production ready).\n"
+ "When deploying application for production, disable debug features by enabling production mode!\n"
+ "See more from https://vaadin.com/docs/v14/flow/production/tutorial-production-mode-basic.html";
+ "See more from https://vaadin.com/docs/v14/flow/production/overview";

private static final String DEPLOYMENT_WARNINGS = "Following issues were discovered with deployment configuration:";

Expand Down

0 comments on commit 861d6fd

Please sign in to comment.