Skip to content

Commit 1c7ef1b

Browse files
committed
Fix maintenance page links for validator
1 parent c17229a commit 1c7ef1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

maintenance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ <h1 id="maintenance-title">We are updating this section of our website.</h1>
135135
</section>
136136

137137
<div class="actions">
138-
<a class="btn btn-primary" href="/">Go to Home Page</a>
139-
<a class="btn btn-outline" href="/contact.html">Contact Us</a>
138+
<a class="btn btn-primary" href="index.html">Go to Home Page</a>
139+
<a class="btn btn-outline" href="contact.html">Contact Us</a>
140140
</div>
141141
</main>
142142
</body>

0 commit comments

Comments
 (0)