Skip to content

Commit 1a446f0

Browse files
authored
update bookmark in dotnet repo (#18048)
1 parent edaa03c commit 1a446f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/includes/benefits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ASP.NET Core provides the following benefits:
1818
* [Nginx](xref:host-and-deploy/linux-nginx)
1919
* [Apache](xref:host-and-deploy/linux-apache)
2020
* [Docker](xref:host-and-deploy/docker/index)
21-
* [Side-by-side versioning](/dotnet/standard/choosing-core-framework-server#a-need-for-side-by-side-of-net-versions-per-application-level).
21+
* [Side-by-side versioning](/dotnet/standard/choosing-core-framework-server#side-by-side-net-versions-per-application-level).
2222
* Tooling that simplifies modern web development.

aspnetcore/introduction-to-aspnet-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are several advantages to targeting .NET Core, and these advantages increa
5353

5454
* Cross-platform. Runs on Windows, macOS, and Linux.
5555
* Improved performance
56-
* [Side-by-side versioning](/dotnet/standard/choosing-core-framework-server#a-need-for-side-by-side-of-net-versions-per-application-level)
56+
* [Side-by-side versioning](/dotnet/standard/choosing-core-framework-server#side-by-side-net-versions-per-application-level)
5757
* New APIs
5858
* Open source
5959

@@ -139,11 +139,11 @@ There are several advantages to targeting .NET Core, and these advantages increa
139139

140140
* Cross-platform. Runs on macOS, Linux, and Windows.
141141
* Improved performance
142-
* [Side-by-side versioning](/dotnet/standard/choosing-core-framework-server#a-need-for-side-by-side-of-net-versions-per-application-level)
142+
* [Side-by-side versioning](/dotnet/standard/choosing-core-framework-server#side-by-side-net-versions-per-application-level)
143143
* New APIs
144144
* Open source
145145

146-
We're working hard to close the API gap from .NET Framework to .NET Core. The [Windows Compatibility Pack](/dotnet/core/porting/windows-compat-pack) made thousands of Windows-only APIs available in .NET Core. These APIs weren't available in .NET Core 1.x.
146+
To help close the API gap from .NET Framework to .NET Core, the [Windows Compatibility Pack](/dotnet/core/porting/windows-compat-pack) made thousands of Windows-only APIs available in .NET Core. These APIs weren't available in .NET Core 1.x.
147147

148148
## Recommended learning path
149149

0 commit comments

Comments
 (0)