Skip to content

Commit

Permalink
Update hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mariam-abdulla committed Nov 5, 2024
1 parent 4cc220c commit d82f3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/extensions/localizability-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The localizability review consists of the following three checks:
>
> * [Are the globalization recommendations implemented?](#global)
> * [Are culture-sensitive features handled correctly?](#culture)
> * [Have you tested your application with international data?](#test)
> * [Have you tested your application with international data?](#mstest)
<a name="global"></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/core/testing/unit-testing-code-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace System.Numbers
### Create test projects

Create two new **xUnit Test Project (.NET Core)** templates from the same command prompt using the [`dotnet new xunit`](../tools/dotnet-new-sdk-templates.md#test) command:
Create two new **xUnit Test Project (.NET Core)** templates from the same command prompt using the [`dotnet new xunit`](../tools/dotnet-new-sdk-templates.md#xunit) command:

```dotnetcli
dotnet new xunit -n XUnit.Coverlet.Collector
Expand Down

0 comments on commit d82f3ab

Please sign in to comment.