Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 32a0248

Browse files
committed
Use redirect url
1 parent 2a326be commit 32a0248

File tree

1 file changed

+1
-1
lines changed
  • main/src/addins/MonoDevelop.AspNetCore/MonoDevelop.AspNetCore.Scaffolding/Configuration

1 file changed

+1
-1
lines changed

main/src/addins/MonoDevelop.AspNetCore/MonoDevelop.AspNetCore.Scaffolding/Configuration/ScaffoldingConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public bool TryGetPackagesForSupportPolicyVersion (SupportPolicyVersion supportP
7070

7171
static ScaffoldingConfig fetchedConfig;
7272

73-
static string packageVersionsUrl = "https://webpifeed.blob.core.windows.net/webpifeed/Partners/ScaffoldingPackageVersions_2108718.json";
73+
static string packageVersionsUrl = "https://go.microsoft.com/fwlink/?LinkID=2108718&clcid=0x409";
7474

7575
public static async Task<ScaffoldingConfig> LoadFromJsonAsync ()
7676
{

0 commit comments

Comments
 (0)