Skip to content

Commit

Permalink
Update URL for releases-index.json (dotnet#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloff committed Jan 9, 2025
1 parent ba99b42 commit d17406f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class ProductCollection : ReadOnlyCollection<Product>
/// <summary>
/// The default URL of the releases index file.
/// </summary>
public static readonly Uri ReleasesIndexDefaultUrl = new Uri("https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json");
public static readonly Uri ReleasesIndexDefaultUrl = new Uri("https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json");

/// <summary>
/// Creates a new <see cref="ProductCollection"/> instance.
Expand Down

0 comments on commit d17406f

Please sign in to comment.