We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3693ca6 commit b8ebba7Copy full SHA for b8ebba7
MIGRATION.md
@@ -1,3 +1,3 @@
1
# V14 Migration guide
2
3
-This document has been moved to https://ngrx.io/guide/migration/14.
+This document has been moved to https://ngrx.io/guide/migration/v14.
build/update-version-numbers.ts
@@ -214,7 +214,7 @@ function createMigrationMD(version: string) {
214
215
const migrationPlaceholder = `# V${newMajor} Migration guide
216
217
-This document has been moved to https://ngrx.io/guide/migration/${newMajor}.
+This document has been moved to https://ngrx.io/guide/migration/v${newMajor}.
218
`;
219
writeFileSync('./MIGRATION.md', migrationPlaceholder);
220
};
0 commit comments