Skip to content

Commit 85c275a

Browse files
authored
Update dotnetcli domain in samples (#6151)
1 parent 150e183 commit 85c275a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/releasesapi/ReleaseValues.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ namespace ReleaseValues;
44

55
public static class Values
66
{
7-
public const string RELEASE_INDEX_URL = "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json";
7+
public const string RELEASE_INDEX_URL = "https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json";
88
}

samples/releasesapp/ReleaseValues.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ namespace ReleaseValues;
44

55
public static class Values
66
{
7-
public const string RELEASE_INDEX_URL = "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json";
7+
public const string RELEASE_INDEX_URL = "https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json";
88
}

0 commit comments

Comments
 (0)