Skip to content

Commit 55aad2c

Browse files
Fixed button urls in home page
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 5684fe9 commit 55aad2c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ <h1 class="visually-hidden">{{ title }}</h1>
2828
<div class="grid-row" id="explore-row">
2929
<div class="explore-actions">
3030
<h2>Developers</h2>
31-
<!-- TODO: Update this link to the current repo. -->
31+
<!-- TODO: Update this link to the current repo. -->
3232
<p>
3333
The Code.gov website is developed publicly on GitHub. Learn how to <a
3434
href="https://github.com/GSA/code-gov/blob/master/README.md" target="_blank">contribute here</a>. Help
3535
improve America's Code by exploring projects.
3636
</p>
37-
<a class="usa-button" href="/agencies/">Explore projects</a>
37+
<a class="usa-button" href="{{'/agencies' | url }}">Explore projects</a>
3838
</div>
3939
<div class="explore-connect">
4040
<h2>Connect with Us</h2>
@@ -47,7 +47,7 @@ <h2>Agency Partners</h2>
4747
Federal agency partners use Code.gov to share usable open source code, promote open source
4848
projects, and track compliance with federal open source policy.
4949
</p>
50-
<a class="usa-button" href="/agency-compliance/compliance/dashboard">Agency Compliance</a>
50+
<a class="usa-button" href="{{'/agency-compliance/compliance/dashboard' | url }}">Agency Compliance</a>
5151
</div>
5252
</div>
5353
<div class="grid-row">
@@ -81,4 +81,4 @@ <h3>MISSION</h3>
8181
</section>
8282
</div>
8383
</div>
84-
</div>
84+
</div>

0 commit comments

Comments
 (0)