From e19794df6d8d7d8c93ebcf6ed66f0f9aeb5ee463 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 12 Jul 2019 14:38:49 -0700 Subject: [PATCH] Fixup link to Rntime (#13271) * Fixup link to Rntime * Update aspnetcore/migration/22-to-30.md Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com> --- aspnetcore/migration/22-to-30.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.