Skip to content

Commit 1b7e84b

Browse files
committed
Replace GitHub with Azure Blob for separator image
Seems like we're otherwise using request limits unnecessarily.
1 parent a772469 commit 1b7e84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/SponsoredIssues.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public async Task<string> UpdateIssueBody(long repository, int issue, string? bo
169169
170170
171171
<!-- sl -->
172-
[![Back this issue](https://raw.githubusercontent.com/devlooped/SponsorLink/main/docs/assets/img/separator.png "Back this issue")]({domain}/github/issues/?s={options.Account})
172+
[![Back this issue](https://sponsorlink.blob.core.windows.net/public/separator.png "Back this issue")]({domain}/github/issues/?s={options.Account})
173173
[![Back this issue](https://img.shields.io/badge/backed-%24{amount}-EA4AAA?logo=githubsponsors "Back this issue")]({domain}/github/issues/?s={options.Account})
174174
<!-- sl -->
175175
""";

0 commit comments

Comments
 (0)