Skip to content

Commit b5f88a4

Browse files
authored
Merge pull request #4837 from NativeScript/fatme/blog-post-link
fix: add the link to blog post
2 parents a592029 + 5c41847 commit b5f88a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/controllers/migrate-controller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { UpdateControllerBase } from "./update-controller-base";
66
import { fromWindowsRelativePathToUnix } from "../common/helpers";
77

88
export class MigrateController extends UpdateControllerBase implements IMigrateController {
9-
// TODO: Update the links to blog post when it is available
10-
private static COMMON_MIGRATE_MESSAGE = "not affect the codebase of the application and you might need to do additional changes manually – for more information, refer to the instructions in the following blog post: <link to blog post>.";
9+
private static COMMON_MIGRATE_MESSAGE = "not affect the codebase of the application and you might need to do additional changes manually – for more information, refer to the instructions in the following blog post: https://www.nativescript.org/blog/nativescript-6.0-application-migration";
1110
private static UNABLE_TO_MIGRATE_APP_ERROR = `The current application is not compatible with NativeScript CLI 6.0.
1211
Use the \`tns migrate\` command to migrate the app dependencies to a form compatible with NativeScript 6.0.
1312
Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;

0 commit comments

Comments
 (0)