Skip to content

Commit 16ee50d

Browse files
committed
Don't point to non-existent images
1 parent c46a091 commit 16ee50d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: overview
1010
</h1>
1111
<p class="intro">Get started with one of our guides, or jump straight into the API documentation.</p>
1212
<a href="/v3/" class="button">Browse the documentation</a>
13-
<img src="/shared/images/rocketship.png" class="rocketship" alt="Rocketship" />
13+
<img src="/images/rocketship.png" class="rocketship" alt="Rocketship" />
1414
</div>
1515

1616
<div class="full-width dev-program-callout">

content/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ many flavors</h1>
1212
<li><span>Obj-C</span><a href="https://github.com/octokit/octokit.objc">octokit.objc</a></li>
1313
<li><span>.NET</span><a href="https://github.com/octokit/octokit.net">octokit.net</a></li>
1414
</ul>
15-
<img src="/shared/images/gundamcat.png" class="gundamcat" alt="The Gundamcat" />
15+
<img src="/images/gundamcat.png" class="gundamcat" alt="The Gundamcat" />
1616
</div>
1717

1818
# Third-party libraries

content/program.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ layout: developers
99
<p class="intro">Building an application that integrates with GitHub? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos.</p>
1010
<a href="https://github.com/developer/register" class="button">Register now</a>
1111
</div>
12-
<img src="/shared/images/header-animation.gif" alt="GitHub Universe" class="earth" width="450" height="375">
13-
<img src="/shared/images/header-animation-short-loop.gif" alt="GitHub Universe" class="earth earth-short-loop" width="450" height="375">
12+
<img src="/images/header-animation.gif" alt="GitHub Universe" class="earth" width="450" height="375">
13+
<img src="/images/header-animation-short-loop.gif" alt="GitHub Universe" class="earth earth-short-loop" width="450" height="375">
1414
</div>
1515

1616
<div class="full-width-divider">

0 commit comments

Comments
 (0)