We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db98d5d commit 1455af0Copy full SHA for 1455af0
1 file changed
src/content/docs/identityserver/quickstarts/7-blazor.mdx
@@ -21,7 +21,7 @@ Blazor applications can be set up using different interactivity modes:
21
- Auto
22
23
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.
+[interactive applications](/identityserver/quickstarts/2-interactive.md) quickstart.
25
26
Similar to JavaScript SPAs, you can build Blazor WebAssembly applications with and without a backend. Not having a backend has
27
all the security disadvantages we discussed already in the [JavaScript quickstart](/identityserver/quickstarts/javascript-clients/index.md).
0 commit comments