Skip to content

Commit 47569a8

Browse files
committed
chore: update migration guide link
1 parent 68826a3 commit 47569a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { cwd } from "node:process";
1818
import { runStandaloneMigration } from "./angular/migrations/standalone";
1919

2020
const IONIC_MIGRATION_GUIDE_URL =
21-
"https://ionic-docs-git-feature-75-ionic1.vercel.app/docs/angular/build-options#migrating-from-modules-to-standalone"; // TODO update link
21+
"https://www.ionicframework.com/docs/angular/build-options#migrating-from-modules-to-standalone";
2222
const IONIC_REPOSITORY_ISSUES_URL =
2323
"https://github.com/ionic-team/ionic-angular-standalone-codemods/issues";
2424

0 commit comments

Comments
 (0)