We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68826a3 commit 47569a8Copy full SHA for 47569a8
packages/cli/src/index.ts
@@ -18,7 +18,7 @@ import { cwd } from "node:process";
18
import { runStandaloneMigration } from "./angular/migrations/standalone";
19
20
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
+ "https://www.ionicframework.com/docs/angular/build-options#migrating-from-modules-to-standalone";
22
const IONIC_REPOSITORY_ISSUES_URL =
23
"https://github.com/ionic-team/ionic-angular-standalone-codemods/issues";
24
0 commit comments