Skip to content

Commit f9a5069

Browse files
authored
Merge pull request #18051 from dotnet/master
Update live with master
2 parents a65b25f + 1a446f0 commit f9a5069

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

aspnetcore/blazor/integrate-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The following Razor page renders a `Counter` component:
261261
}
262262
```
263263

264-
For more information, see <xref:xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
264+
For more information, see <xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
265265

266266
### Render noninteractive components
267267

@@ -284,7 +284,7 @@ In the following Razor page, the `Counter` component is statically rendered with
284284
}
285285
```
286286

287-
For more information, see <xref:xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
287+
For more information, see <xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
288288

289289
## Component namespaces
290290

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)