Skip to content

Commit 949ee25

Browse files
committed
fix claims image link in pearls swarmplot
1 parent 4da237e commit 949ee25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc_pearls_swarmplot_2021-04-10.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
.attr("height", heightInner + 3 * 2)
455455
.attr(
456456
"href",
457-
"https://cdn.discordapp.com/attachments/808509877898313749/830566034389467245/civclassic_terrain_with_claims_2021-04-10.jpg"
457+
"https://raw.githubusercontent.com/ccmap/ccmap.github.io/f6cb066fbd88c481b870f2de34188f0c99c595bc/image.png"
458458
)
459459
.style("opacity", 0.5);
460460
// .style("filter", "url(#grayscale)")

0 commit comments

Comments
 (0)