From 3be9e815b96f7d142590565ab1bd02b99702f052 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Mon, 13 May 2019 17:32:06 +0300 Subject: [PATCH] fix: set correct link for legacy workflow warning --- lib/services/workflow-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/workflow-service.ts b/lib/services/workflow-service.ts index 3cbba6a5e8..c9d36308a4 100644 --- a/lib/services/workflow-service.ts +++ b/lib/services/workflow-service.ts @@ -7,7 +7,7 @@ import { LoggerConfigData } from "../constants"; export class WorkflowService implements IWorkflowService { private legacyWorkflowDeprecationMessage = `With the upcoming NativeScript 6.0 the Webpack workflow will become the only way of building apps. More info about the reasons for this change and how to migrate your project can be found in the link below: -`; +https://www.nativescript.org/blog/the-future-of-building-nativescript-apps`; private webpackWorkflowConfirmMessage = `Do you want to switch your app to the Webpack workflow?`; constructor(private $bundleValidatorHelper: IBundleValidatorHelper,