Skip to content

Commit d26b4ed

Browse files
committed
fixed again
1 parent 952b72b commit d26b4ed

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

aspnetcore/fundamentals/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
958958

959959
Environment variables set in `launchSettings.json` override those set in the system environment.
960960

961-
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/configuration>.
961+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/fx-to-core/examples/configuration>.
962962

963963
## Add configuration from an external assembly
964964

aspnetcore/fundamentals/configuration/index/includes/index3-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
273273

274274
Environment variables set in `launchSettings.json` override those set in the system environment.
275275

276-
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/configuration>.
276+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/fx-to-core/examples/configuration>.
277277

278278
## Add configuration from an external assembly
279279

aspnetcore/fundamentals/configuration/index/includes/index6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
923923

924924
Environment variables set in `launchSettings.json` override those set in the system environment.
925925

926-
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/configuration>.
926+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/fx-to-core/examples/configuration>.
927927

928928
## Add configuration from an external assembly
929929

aspnetcore/fundamentals/configuration/index/includes/index7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
928928

929929
Environment variables set in `launchSettings.json` override those set in the system environment.
930930

931-
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/configuration>.
931+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/fx-to-core/examples/configuration>.
932932

933933
## Add configuration from an external assembly
934934

aspnetcore/migration/fx-to-core/examples/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.sfi.ropc: t
1212

1313
In the previous article, we began to [migrate an ASP.NET MVC project to ASP.NET Core MVC](overview.md). In this article, we migrate configuration.
1414

15-
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/configuration/samples) ([how to download](xref:index#how-to-download-a-sample))
15+
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/fx-to-core/examples/configuration/samples) ([how to download](xref:index#how-to-download-a-sample))
1616

1717
## Setup configuration
1818

0 commit comments

Comments
 (0)