Skip to content

Commit 884379f

Browse files
committed
Create proper local links, add alt text to help tests pass.
1 parent b74bf9c commit 884379f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-govcloud.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="alt-h1 mb-2 text-white lh-condensed">GitHub Enterprise on AWS GovClou
1616
<div class="container-md p-responsive">
1717
<div class="d-md-flex flex-items-center flex-row-reverse py-6">
1818
<div class="col-8 col-sm-6 col-md-4 text-center text-md-left mx-auto">
19-
<img src="{{"/assets/img/foundingfather.png" | relative_url}}" class="width-fit d-inline-block">
19+
<img src="{{"/assets/img/foundingfather.png" | relative_url}}" class="width-fit d-inline-block" alt="Octocat in founding father dress">
2020
</div>
2121
<div class="col-md-8 pr-md-6 text-center text-md-left">
2222
<h2 class="alt-h2">What is GovCloud?</h2>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2 class="alt-h3 mb-2">
3939
{% octicon server height:28 class:"fill-blue d-inline mr-2" aria-label:server %}
4040
On your servers or in the cloud
4141
</h2>
42-
<p class="text-gray">Run GitHub Enterprise on your servers as a virtual appliance, on <a href="/aws-govcloud">AWS GovCloud</a> or Azure, or let us host the code for you on GitHub.com, whatever your security requires.</p>
42+
<p class="text-gray">Run GitHub Enterprise on your servers as a virtual appliance, on <a href="{{"/aws-govcloud/" | relative_url}}">AWS GovCloud</a> or Azure, or let us host the code for you on GitHub.com, whatever your security requires.</p>
4343
</div>
4444
</div>
4545

0 commit comments

Comments
 (0)