Skip to content

Commit 1455af0

Browse files
committed
Fix broken link in Blazor quickstart documentation
1 parent db98d5d commit 1455af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/quickstarts/7-blazor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Blazor applications can be set up using different interactivity modes:
2121
- Auto
2222

2323
Projects using the static or server modes can be configured just like any other ASP.NET Core application. We covered that in the
24-
[interactive applications](/identityserver/v7/quickstarts/2_interactive.md) quickstart.
24+
[interactive applications](/identityserver/quickstarts/2-interactive.md) quickstart.
2525

2626
Similar to JavaScript SPAs, you can build Blazor WebAssembly applications with and without a backend. Not having a backend has
2727
all the security disadvantages we discussed already in the [JavaScript quickstart](/identityserver/quickstarts/javascript-clients/index.md).

0 commit comments

Comments
 (0)