Skip to content

Commit

Permalink
Update broken links (#31824)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Feb 14, 2024
1 parent 8370e2e commit c019a42
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -597,5 +597,5 @@ if (OperatingSystem.IsBrowser())
* [`[JSExport]` attribute](xref:System.Runtime.InteropServices.JavaScript.JSExportAttribute)
* <xref:client-side/dotnet-interop>
* 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)
2 changes: 1 addition & 1 deletion aspnetcore/client-side/dotnet-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@ In the preceding example, the `{TARGET FRAMEWORK}` placeholder is the target fra
* [`[JSExport]` attribute](xref:System.Runtime.InteropServices.JavaScript.JSExportAttribute)
* <xref:blazor/js-interop/import-export-interop>
* 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/)
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c019a42

Please sign in to comment.