Skip to content

Commit faa9dcf

Browse files
authored
Merge pull request #996 from DuendeSoftware/mb/fix
Fix broken link in Blazor quickstart documentation
2 parents db98d5d + 1455af0 commit faa9dcf

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)