From 08c8bdee22be5629794a5da67c2df577c7c486e6 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:00:47 -0500 Subject: [PATCH] Update links in tutorial --- aspnetcore/blazor/tutorials/movie-database-app/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aspnetcore/blazor/tutorials/movie-database-app/index.md b/aspnetcore/blazor/tutorials/movie-database-app/index.md index a842b32b1204..3a4d4b4ddbc0 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/index.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/index.md @@ -29,10 +29,8 @@ At the end of the tutorial, you'll have a Blazor Web App that can display and ma ## Secure authentication flow required for production apps -This tutorial uses a local database that doesn't require user authentication. Production apps should use the most secure authentication flow available. For more information on authentication for deployed test and production Blazor Web Apps, see the following resources: +This tutorial uses a local database that doesn't require user authentication. Production apps should use the most secure authentication flow available. For more information on authentication for deployed test and production Blazor Web Apps, see and the following articles in the *Server* security node: -* -* and the following articles in the *Server* security node * *