Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Brandenburg <rybrande@microsoft.com>2019-02-15 02:28:07 +0300
committerArtak <34246760+mkArtakMSFT@users.noreply.github.com>2019-02-15 04:13:06 +0300
commitbd4af873b0d1d810caf31bea125568cfc7858f2f (patch)
tree2933269219203af17f11cc8596398dfd7e9d4912
parent137d2d2357c2da96835dff5c245352d8b508616e (diff)
Fix urlsv2.1.9
-rw-r--r--src/Mvc/ViewCompilation/testassets/SimpleApp/Views/Shared/_Layout.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mvc/ViewCompilation/testassets/SimpleApp/Views/Shared/_Layout.cshtml b/src/Mvc/ViewCompilation/testassets/SimpleApp/Views/Shared/_Layout.cshtml
index 28351d7a79..e344ef0558 100644
--- a/src/Mvc/ViewCompilation/testassets/SimpleApp/Views/Shared/_Layout.cshtml
+++ b/src/Mvc/ViewCompilation/testassets/SimpleApp/Views/Shared/_Layout.cshtml
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="~/css/site.css" />
</environment>
<environment names="Staging,Production">
- <link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.4.1/css/bootstrap.min.css"
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css"
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
@@ -55,7 +55,7 @@
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery">
</script>
- <script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.4.1/bootstrap.min.js"
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal">
</script>