Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 1ab7f15

Browse files
Update Friends of Azure URL
1 parent 56489cf commit 1ab7f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitHubReadmeWebTrends.Common/Services/CloudAdvocateService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public async IAsyncEnumerable<CloudAdvocateGitHubUserModel> GetAzureAdvocates()
5757

5858
public async Task<IReadOnlyList<CloudAdvocateGitHubUserModel>> GetFriendsOfAdvocates()
5959
{
60-
var json = await _httpClient.GetStringAsync("https://gist.githubusercontent.com/jamesmontemagno/f4d3986c91867449153c389cc31d0abc/raw/81f116d492fc09f1124810dc440e7facb4386869/team.json");
60+
var json = await _httpClient.GetStringAsync("https://raw.githubusercontent.com/jamesmontemagno/team/main/team.json");
6161

6262
return JsonConvert.DeserializeObject<CloudAdvocateGitHubUserModel[]>(json);
6363
}

0 commit comments

Comments
 (0)