Skip to content

Commit c07a3c9

Browse files
Krinklekborchers
authored andcommitted
api.jquery.com: Fix 404 Not Found for donate img (jquery#415)
Any subpage or directory is currently yielding a 404 Not Found error for the donate image. Example: http://api.jquery.com/jQuery/
1 parent c421377 commit c07a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
<aside>
109109
<div id="broadcast">
110-
<a href="https://js.foundation/about/donate" title="Support the JS Foundation"><img src="jquery-wp-content/themes/jquery/content/donate.png" title="Support the JS Foundation" alt="Support the JS Foundation" border="0" width="400" height="100"></a>
110+
<a href="https://js.foundation/about/donate" title="Support the JS Foundation"><img src="/jquery-wp-content/themes/jquery/content/donate.png" title="Support the JS Foundation" alt="Support the JS Foundation" border="0" width="400" height="100"></a>
111111
</div>
112112
</aside>
113113
</div>

0 commit comments

Comments
 (0)