Skip to content

Commit d2bcf3f

Browse files
thanyyx990803
authored andcommitted
Use the resolved URL for itunescn (#342)
I noticed that itunescn's sponsor link was having trouble resolving to its final destination. It's probably better for everyone to point to the resulting URL. :) ``` $ curl -I https://itunescn.com/ HTTP/1.1 301 Moved Permanently Location: http://www.itunescn.com/ ```
1 parent 8d6648b commit d2bcf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/partials/sponsors.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="https://strikingly.com/s/careers?utm_source=v" target="_blank" style="top:3px">
44
<img src="/images/strikingly.png">
55
</a>
6-
<a href="https://itunescn.com/" target="_blank" style="top:2px">
6+
<a href="https://www.itunescn.com/" target="_blank" style="top:2px">
77
<img src="/images/itunescn.png">
88
</a>
99
<a href="https://jsfiddle.net/" target="_blank">

0 commit comments

Comments
 (0)