From 1ce2b62e9a62a6ecce69c6782ba5fe63c7a75b6b Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Tue, 10 Sep 2019 08:36:11 -0700 Subject: [PATCH] Fixed broken link in ConfigManager --- xml/System.Configuration/ConfigurationManager.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Configuration/ConfigurationManager.xml b/xml/System.Configuration/ConfigurationManager.xml index 7e35b4e2494..b2e0245c021 100644 --- a/xml/System.Configuration/ConfigurationManager.xml +++ b/xml/System.Configuration/ConfigurationManager.xml @@ -31,7 +31,7 @@ To use the 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. > [!NOTE] -> 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). +> 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/framework/configure-apps/index.md). You can use the built-in 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.