Skip to content

Commit 952b72b

Browse files
committed
fix configuration links
1 parent 5938327 commit 952b72b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/fx-to-core/index#store-configurations>.
961+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/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/fx-to-core/index#store-configurations>.
276+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/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/fx-to-core/index#store-configurations>.
926+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/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/fx-to-core/index#store-configurations>.
931+
For more information on migrating app configuration from earlier versions of ASP.NET, see <xref:migration/configuration>.
932932

933933
## Add configuration from an external assembly
934934

0 commit comments

Comments
 (0)