Skip to content

Commit 3c1470a

Browse files
authored
Fix broken Engine Yard logo on home page
The Engine Yard logo image on the home page is broken (HTTP 404). Replace it with an updated logo.
1 parent e80c466 commit 3c1470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 style="display: none;" ></h2>
4949
</div>
5050
</div>
5151
<div style="padding: 2em">
52-
<p text-align="center">Historical releases hosted by <a href="https://www.engineyard.com/"><br/><img alt="Engine Yard" src="https://www.engineyard.com/hubfs/Engine-Yard-June-2017-theme/Images/footer-logo.svg?t=1529592952452"></a>
52+
<p text-align="center">Historical releases hosted by <a href="https://www.engineyard.com/"><br/><img alt="Engine Yard" src="https://www.engineyard.com/wp-content/uploads/2021/10/Engine-Yard-Logo-4.svg" style="width: 179.06px; height: 28.08px;"></a>
5353
</p>
5454
</div>
5555
<div id="footer">

0 commit comments

Comments
 (0)