diff --git a/aspnetcore/migration/22-to-30.md b/aspnetcore/migration/22-to-30.md index c1eabd8d22..fb8b6dc7d7 100644 --- a/aspnetcore/migration/22-to-30.md +++ b/aspnetcore/migration/22-to-30.md @@ -525,4 +525,4 @@ If you're using features of `Newtonsoft.Json` that aren't supported in `System.T ## Opt in to runtime compilation -In 3.0, runtime compilation is an opt-in scenario. To enable runtime compilation, see . +In 3.0, runtime compilation is an opt-in scenario. To enable runtime compilation, see https://docs.microsoft.com/aspnet/core/mvc/views/view-compilation?view=aspnetcore-3.0#runtime-compilation.