Skip to content

Commit d5b5414

Browse files
authored
Fix migration redirects (#35791)
1 parent cf4b1e7 commit d5b5414

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -982,22 +982,22 @@
982982
},
983983
{
984984
"source_path": "aspnetcore/migration/proper-to-2x/membership-to-core-identity.md",
985-
"redirect_url": "migration/fx-to-core/areas/membership/",
985+
"redirect_url": "/aspnet/core/migration/fx-to-core/areas/membership/",
986986
"redirect_document_id": false
987987
},
988988
{
989989
"source_path": "aspnetcore/migration/proper-to-2x/mvc2.md",
990-
"redirect_url": "migration/fx-to-core/areas/mvc/",
990+
"redirect_url": "/aspnet/core/migration/fx-to-core/areas/mvc/",
991991
"redirect_document_id": false
992992
},
993993
{
994994
"source_path": "aspnetcore/migration/mvc.md",
995-
"redirect_url": "migration/fx-to-core/tooling",
995+
"redirect_url": "/aspnet/core/migration/fx-to-core/tooling",
996996
"redirect_document_id": false
997997
},
998998
{
999999
"source_path": "aspnetcore/migration/web_forms.md",
1000-
"redirect_url": "migration/fx-to-core/tooling",
1000+
"redirect_url": "/aspnet/core/migration/fx-to-core/tooling",
10011001
"redirect_document_id": false
10021002
},
10031003
{

0 commit comments

Comments
 (0)