Skip to content

Commit 4ad36a1

Browse files
authored
fix broken link (#17550)
1 parent 2d84af1 commit 4ad36a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aspnetcore/fundamentals/configuration

aspnetcore/fundamentals/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ASP.NET Core web apps created with [dotnet new](/dotnet/core/tools/dotnet-new) o
4242
1. *appsettings.*`Environment`*.json* using the [JSON configuration provider](#file-configuration-provider). For example, *appsettings*.***Production***.*json* and *appsettings*.***Development***.*json*.
4343
1. [App secrets](xref:security/app-secrets) when the app runs in the `Development` environment.
4444
1. Environment variables using the [Environment Variables configuration provider](#evcp).
45-
1. Command-line arguments using the [Command-line configuration provider](#command-line-configuration-provider).
45+
1. Command-line arguments using the [Command-line configuration provider](#command-line).
4646

4747
Configuration providers that are added later override previous key settings. For example, if `MyKey` is set in both *appsettings.json* and the environment, the environment value is used. Using the default configuration providers, the [Command-line configuration provider](#command-line-configuration-provider) overrides all other providers.
4848

0 commit comments

Comments
 (0)