Skip to content

Commit e4aa36b

Browse files
committed
fix links to dotnet migrate command in documentation
1 parent 6a91f48 commit e4aa36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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`](/dotnet/core/tools/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` command](/dotnet/core/tools/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)