File tree Expand file tree Collapse file tree
aspnetcore/fundamentals/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -958,7 +958,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
958958
959959Environment 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
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
273273
274274Environment 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
Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
923923
924924Environment 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
Original file line number Diff line number Diff line change @@ -928,7 +928,7 @@ This topic only pertains to *app configuration*. Other aspects of running and ho
928928
929929Environment 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
You can’t perform that action at this time.
0 commit comments