Skip to content

Commit 7fabe2d

Browse files
authored
Merge pull request InsightSoftwareConsortium#6134 from hjmjohnson/fix-prefetch-cid-case
BUG: Prefetch script uses /cid/, GitHub Pages serves /CID/ (case-sensitive)
2 parents c846421 + 317ab5f commit 7fabe2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utilities/Maintenance/PrefetchCIDContentLinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# comes first because it is the lowest-latency bulk-hosted option and does
3131
# not rate-limit CI.
3232
GATEWAYS = (
33-
"https://insightsoftwareconsortium.github.io/ITKTestingData/cid/{cid}",
33+
"https://insightsoftwareconsortium.github.io/ITKTestingData/CID/{cid}",
3434
"https://ipfs.io/ipfs/{cid}",
3535
"https://gateway.pinata.cloud/ipfs/{cid}",
3636
"https://cloudflare-ipfs.com/ipfs/{cid}",

0 commit comments

Comments
 (0)