Skip to content

Commit b8ebba7

Browse files
chore: fix migration guide link (ngrx#3453)
1 parent 3693ca6 commit b8ebba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MIGRATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# V14 Migration guide
22

3-
This document has been moved to https://ngrx.io/guide/migration/14.
3+
This document has been moved to https://ngrx.io/guide/migration/v14.

build/update-version-numbers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function createMigrationMD(version: string) {
214214

215215
const migrationPlaceholder = `# V${newMajor} Migration guide
216216
217-
This document has been moved to https://ngrx.io/guide/migration/${newMajor}.
217+
This document has been moved to https://ngrx.io/guide/migration/v${newMajor}.
218218
`;
219219
writeFileSync('./MIGRATION.md', migrationPlaceholder);
220220
};

0 commit comments

Comments
 (0)