Skip to content

Correct link text of links #5770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ide/managing-application-resources-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resource files are files that are part of an application but are not compiled, f
> [!NOTE]
> This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see [Managing app resources (Visual Studio for Mac)](/visualstudio/mac/managing-app-resources).

For more information about resources in .NET desktop apps, see [Resources in desktop apps](/dotnet/framework/resources/index).
For more information about resources in .NET apps, see [Resources in .NET apps](/dotnet/framework/resources/index).

## Work with resources

Expand All @@ -46,5 +46,5 @@ Resources are managed differently in .NET projects than in other project types.

## See also

- [Resources in desktop apps (.NET Framework)](/dotnet/framework/resources/index)
- [Resources in .NET apps (.NET Framework)](/dotnet/framework/resources/index)
- [Managing app resources (Visual Studio for Mac)](/visualstudio/mac/managing-app-resources)