File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
aspnetcore/fundamentals/configuration Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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
958
958
959
959
Environment variables set in ` launchSettings.json ` override those set in the system environment.
960
960
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 > .
962
962
963
963
## Add configuration from an external assembly
964
964
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
273
273
274
274
Environment variables set in ` launchSettings.json ` override those set in the system environment.
275
275
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 > .
277
277
278
278
## Add configuration from an external assembly
279
279
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
923
923
924
924
Environment variables set in ` launchSettings.json ` override those set in the system environment.
925
925
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 > .
927
927
928
928
## Add configuration from an external assembly
929
929
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
928
928
929
929
Environment variables set in ` launchSettings.json ` override those set in the system environment.
930
930
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 > .
932
932
933
933
## Add configuration from an external assembly
934
934
You can’t perform that action at this time.
0 commit comments