Skip to content

Commit 5ceed32

Browse files
author
Ron Petrusha
authored
Fixed broken link in ConfigManager (#3161)
1 parent d0b691f commit 5ceed32

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 [Configuring Apps by using Configuration Files](~/docs/dotnet/framework/configure-apps/index.md).
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/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)