From c019a42565ac5105ef567ba610345505c3260ace Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:31:09 -0500 Subject: [PATCH] Update broken links (#31824) --- .../blazor/javascript-interoperability/import-export-interop.md | 2 +- aspnetcore/client-side/dotnet-interop.md | 2 +- aspnetcore/fundamentals/startup/6.0_samples/WebAll/README.md | 2 +- .../security/authorization/claims/samples/6.x/WebAll/README.md | 2 +- .../security/authorization/roles/samples/6_0/WebAll/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetcore/blazor/javascript-interoperability/import-export-interop.md b/aspnetcore/blazor/javascript-interoperability/import-export-interop.md index 98cfccc0e9f0..f5a9eaed084b 100644 --- a/aspnetcore/blazor/javascript-interoperability/import-export-interop.md +++ b/aspnetcore/blazor/javascript-interoperability/import-export-interop.md @@ -597,5 +597,5 @@ if (OperatingSystem.IsBrowser()) * [`[JSExport]` attribute](xref:System.Runtime.InteropServices.JavaScript.JSExportAttribute) * * In the `dotnet/runtime` GitHub repository: - * [.NET WebAssembly runtime](https://github.com/dotnet/runtime/blob/main/src/mono/wasm/runtime/) + * [.NET WebAssembly runtime](https://github.com/dotnet/runtime/tree/main/src/mono/wasm) * [`dotnet.d.ts` file (.NET WebAssembly runtime configuration)](https://github.com/dotnet/runtime/blob/main/src/mono/browser/runtime/dotnet.d.ts) diff --git a/aspnetcore/client-side/dotnet-interop.md b/aspnetcore/client-side/dotnet-interop.md index 4e17e5df1582..e7082e88b9b7 100644 --- a/aspnetcore/client-side/dotnet-interop.md +++ b/aspnetcore/client-side/dotnet-interop.md @@ -271,6 +271,6 @@ In the preceding example, the `{TARGET FRAMEWORK}` placeholder is the target fra * [`[JSExport]` attribute](xref:System.Runtime.InteropServices.JavaScript.JSExportAttribute) * * In the `dotnet/runtime` GitHub repository: - * [.NET WebAssembly runtime](https://github.com/dotnet/runtime/blob/main/src/mono/wasm/runtime/) + * [.NET WebAssembly runtime](https://github.com/dotnet/runtime/tree/main/src/mono/wasm) * [`dotnet.d.ts` file (.NET WebAssembly runtime configuration)](https://github.com/dotnet/runtime/blob/main/src/mono/browser/runtime/dotnet.d.ts) * [Use .NET from any JavaScript app in .NET 7](https://devblogs.microsoft.com/dotnet/use-net-7-from-any-javascript-app-in-net-7/) diff --git a/aspnetcore/fundamentals/startup/6.0_samples/WebAll/README.md b/aspnetcore/fundamentals/startup/6.0_samples/WebAll/README.md index 8717da21a47c..ea6fb095e9af 100644 --- a/aspnetcore/fundamentals/startup/6.0_samples/WebAll/README.md +++ b/aspnetcore/fundamentals/startup/6.0_samples/WebAll/README.md @@ -1,4 +1,4 @@ # WebAll .NET 6 with Razor Pages, MVC, Web API controllers, and Minimal APIs -The MVC views use the RP `_Layout.cshtml` file [WebAll/Views/_ViewStart.cshtml](https://github.com/Rick-Anderson/WebAll/blob/master/Views/_ViewStart.cshtml) +The MVC views use the RP `_Layout.cshtml` file [WebAll/Views/_ViewStart.cshtml](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/startup/6.0_samples/WebAll/Views/_ViewStart.cshtml) diff --git a/aspnetcore/security/authorization/claims/samples/6.x/WebAll/README.md b/aspnetcore/security/authorization/claims/samples/6.x/WebAll/README.md index 8717da21a47c..9b089242995d 100644 --- a/aspnetcore/security/authorization/claims/samples/6.x/WebAll/README.md +++ b/aspnetcore/security/authorization/claims/samples/6.x/WebAll/README.md @@ -1,4 +1,4 @@ # WebAll .NET 6 with Razor Pages, MVC, Web API controllers, and Minimal APIs -The MVC views use the RP `_Layout.cshtml` file [WebAll/Views/_ViewStart.cshtml](https://github.com/Rick-Anderson/WebAll/blob/master/Views/_ViewStart.cshtml) +The MVC views use the RP `_Layout.cshtml` file [WebAll/Views/_ViewStart.cshtml](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authorization/claims/samples/6.x/WebAll/Views/_ViewStart.cshtml) diff --git a/aspnetcore/security/authorization/roles/samples/6_0/WebAll/README.md b/aspnetcore/security/authorization/roles/samples/6_0/WebAll/README.md index 8717da21a47c..d7d42271afd7 100644 --- a/aspnetcore/security/authorization/roles/samples/6_0/WebAll/README.md +++ b/aspnetcore/security/authorization/roles/samples/6_0/WebAll/README.md @@ -1,4 +1,4 @@ # WebAll .NET 6 with Razor Pages, MVC, Web API controllers, and Minimal APIs -The MVC views use the RP `_Layout.cshtml` file [WebAll/Views/_ViewStart.cshtml](https://github.com/Rick-Anderson/WebAll/blob/master/Views/_ViewStart.cshtml) +The MVC views use the RP `_Layout.cshtml` file [WebAll/Views/_ViewStart.cshtml](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authorization/roles/samples/6_0/WebAll/Views/_ViewStart.cshtml)