Skip to content

Commit 80b41b9

Browse files
authored
fix redirection
1 parent 1fb0f36 commit 80b41b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.openpublishing.redirection.core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@
15181518
"redirect_url": "/dotnet/core/compatibility/sdk/10.0/nugetaudit-transitive-packages"
15191519
},
15201520
{
1521-
"source_path_from_root": "docs/core/tools/dotnet-migrate.md",
1521+
"source_path_from_root": "/docs/core/tools/dotnet-migrate.md",
15221522
"redirect_url": "/dotnet/core/porting"
15231523
}
15241524
]

docs/core/compatibility/sdk/10.0/dotnet-restore-project-json-unsupported.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ This change can affect [source compatibility](../../categories.md#source-compati
3030

3131
The `project.json` format was originally available only in .NET Core previews (through Preview 2 of .NET Core 1.0) and was completely replaced by PackageReference in 2017. The format has been marked as deprecated since 2017.
3232

33-
When the `project.json` format was replaced, users migrated these projects using the [`dotnet migrate`](../../../tools/dotnet-migrate.md) command, but that command was removed from the CLI in the .NET Core 3.0 SDK.
33+
When the `project.json` format was replaced, users migrated these projects using the `dotnet migrate` command, but that command was removed from the CLI in the .NET Core 3.0 SDK.
3434

3535
The removal of `project.json` support completes this transition and allows the .NET team to focus on delivering a better experience for PackageReference-based projects.
3636

3737
## Recommended action
3838

3939
Migrate your `project.json` projects to use PackageReference format instead.
4040

41-
If you have .NET Core based `project.json` projects, you can use older versions of the .NET SDK that still include the [`dotnet migrate` command](../../../tools/dotnet-migrate.md) to convert them to the modern project format.
41+
If you have .NET Core based `project.json` projects, you can use older versions of the .NET SDK that still include the `dotnet migrate` to convert them to the modern project format.
4242

4343
For more information about migrating from `project.json`, see [Migrating from project.json to .csproj](/nuget/archive/project-json#migrate-projectjson-to-packagereference).
4444

0 commit comments

Comments
 (0)