Skip to content

Commit

Permalink
fix: outdated links to production mode docs (#12553) (#12555)
Browse files Browse the repository at this point in the history
* Fix outdated link to production mode docs

* Fix outdated link to production mode docs

Co-authored-by: Tarek Oraby <42799254+tarekoraby@users.noreply.github.com>
  • Loading branch information
vaadin-bot and tarekoraby committed Dec 13, 2021
1 parent 0fca4cd commit fa9a9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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/latest/flow/production/overview";

public static final String WARNING_V14_BOOTSTRAP = "Using deprecated Vaadin 14 bootstrap mode.\n"
+ "Client-side views written in TypeScript are not supported. Vaadin 15+ enables client-side and server-side views.\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
public class AbstractConfigurationFactory implements Serializable {

public static final String DEV_FOLDER_MISSING_MESSAGE = "Running project in development mode with no access to folder '%s'.%n"
+ "Build project in production mode instead, see https://vaadin.com/docs/v15/flow/production/tutorial-production-mode-basic.html";
+ "Build project in production mode instead, see https://vaadin.com/docs/latest/flow/production/overview";

/**
* Returns the config parameters from the token file data {@code buildInfo}.
Expand Down

0 comments on commit fa9a9bd

Please sign in to comment.