Skip to content

Commit 93e52bf

Browse files
authored
feat: Link the "Help" and "Contact Us" buttons on webpage (#107)
1 parent 3b4636f commit 93e52bf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • gtfs-realtime-validator-webapp/src/main/resources/webroot

gtfs-realtime-validator-webapp/src/main/resources/webroot/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
</div>
2525
<div class="collapse navbar-collapse">
2626
<ul class="nav navbar-nav pull-right">
27-
<li><a href="#">About</a></li>
28-
<li><a href="#">Help</a></li>
29-
<li><a href="#">Contact Us</a></li>
27+
<li><a href="https://github.com/MobilityData/gtfs-realtime-validator/blob/master/TROUBLESHOOTING.md">Help</a></li>
28+
<li><a href="https://bit.ly/mobilitydata-slack">Contact Us</a></li>
3029
</ul>
3130
</div>
3231
<!--/.nav-collapse -->

0 commit comments

Comments
 (0)