Skip to content

Commit da1b8cf

Browse files
committed
fix link
1 parent 7dd4df0 commit da1b8cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/migration/fx-to-core/inc/remote-app-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In some incremental upgrade scenarios, it's useful for the new ASP.NET Core app
1515

1616
Common scenarios this enables:
1717

18-
* Fallback to the legacy application with [YARP](xref:fundamentals/servers/yarp/yarp-overview)
18+
* Fallback to the legacy application with [YARP](~/fundamentals/servers/yarp/yarp-overview.md)
1919
* [Remote app authentication](xref:migration/fx-to-core/areas/authentication#remote-authenticationn)
2020
* [Remote session](xref:migration/fx-to-core/areas/session#remote-app-session-state)
2121

@@ -110,7 +110,7 @@ With both the ASP.NET and ASP.NET Core app updated, extension methods can now be
110110

111111
To enable proxying from the ASP.NET Core application to the ASP.NET Framework application, you can set up a fallback route that forwards unmatched requests to the legacy application. This allows for a gradual migration where the ASP.NET Core app handles migrated functionality while falling back to the original app for unmigrated features.
112112

113-
1. Install the YARP (Yet Another Reverse Proxy) NuGet package following the [latest guidance](~/fundamentals/servers/yarp/getting-started).
113+
1. Install the YARP (Yet Another Reverse Proxy) NuGet package following the [latest guidance](~/fundamentals/servers/yarp/getting-started.md).
114114

115115
1. Add the required using statements to your `Program.cs`:
116116

0 commit comments

Comments
 (0)