Skip to content

Commit 8ef4335

Browse files
Update aspnetcore/migration/fx-to-core/start.md
Co-authored-by: Wade Pickett <[email protected]>
1 parent 9dab48e commit 8ef4335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/migration/fx-to-core/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following sections cover the most common cross-cutting concerns. Configure o
9999

100100
**Configure this if:** Your ASP.NET Framework application uses session state.
101101

102-
See the general [session migration documentation](xref:migration/fx-to-core/areas/session#remote-app-session state) for guidance here.
102+
See the general [session migration documentation](xref:migration/fx-to-core/areas/session#remote-app-session-state) for guidance here.
103103

104104
Session is a commonly used feature of ASP.NET that shares the name with a feature in ASP.NET Core, but the APIs are much different. When upgrading libraries that use session state, you'll need to configure session support. See the documentation on [remote session support](xref:migration/fx-to-core/areas/session) for detailed guidance on how to enable session state sharing between your applications.
105105

0 commit comments

Comments
 (0)