Skip to content

Commit 3e8eb13

Browse files
nemrismRon Petrusha
authored andcommitted
Replace Applcation Configuraton Files NIB link (#3134)
1 parent 20672b9 commit 3e8eb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Configuration/ConfigurationManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
To use the <xref:System.Configuration.ConfigurationManager> class, your project must reference the `System.Configuration` assembly. By default, some project templates, like Console Application, do not reference this assembly so you must manually reference it.
3232
3333
> [!NOTE]
34-
> The name and location of the application configuration file depend on the application's host. For more information, see [NIB: Application Configuration Files](https://msdn.microsoft.com/library/0d05b1b8-b18b-43d8-bb3c-526ff0c44fe0).
34+
> The name and location of the application configuration file depend on the application's host. For more information, see [Configuring Apps by using Configuration Files](~/docs/dotnet/framework/configure-apps/index.md).
3535
3636
You can use the built-in <xref:System.Configuration> types or derive from them to handle configuration information. By using these types, you can work directly with configuration information and you can extend configuration files to include custom information.
3737

0 commit comments

Comments
 (0)