update urls

This commit is contained in:
Kameron Kenny 2019-06-25 10:41:47 -04:00
parent 12230a0a2f
commit b5b2b8a883
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<button class="button" onClick="genDaily()" id="daily">Gen Daily</button> <button class="button" onClick="genDaily()" id="daily">Gen Daily</button>
<button class="button" onClick="genWeekly()" id="daily">Gen Weekly</button> <button class="button" onClick="genWeekly()" id="daily">Gen Weekly</button>
<button class="button" onClick="getJson(genList)" id="getJson">Refresh</button> <button class="button" onClick="getJson(genList)" id="getJson">Refresh</button>
<a class="button" href="https://thelinux.pro/broadcast_timer">Time Boxer</a> <a class="button" href="https://thelinux.pro/rpr222">Time Boxer</a>
</div> </div>
<div class="listWrapper" id="punchListAll"> <div class="listWrapper" id="punchListAll">

View File

@ -38,7 +38,7 @@
<button class="button" onClick="genDaily()" id="daily">Gen Daily</button> <button class="button" onClick="genDaily()" id="daily">Gen Daily</button>
<button class="button" onClick="genWeekly()" id="daily">Gen Weekly</button> <button class="button" onClick="genWeekly()" id="daily">Gen Weekly</button>
<button class="button" onClick="getJson(genList)" id="getJson">Refresh</button> <button class="button" onClick="getJson(genList)" id="getJson">Refresh</button>
<a class="button" href="https://thelinux.pro/broadcast_timer">Time Boxer</a> <a class="button" href="https://thelinux.pro/rpr222">Time Boxer</a>
</div> </div>
<div class="row" id="editPunch"> <div class="row" id="editPunch">

View File

@ -98,7 +98,7 @@
<!-- events-list --> <!-- events-list -->
<div class="one-third column events"> <div class="one-third column events">
<div id="events-list"></div> <div id="events-list"></div>
<a class="button nav-button" href="https://thelinux.pro/punch_list/">punch_list</a> <a class="button nav-button" href="https://thelinux.pro/pl-rpr222/">punch_list</a>
<a class="button nav-button" href="api.html">Manage</a> <a class="button nav-button" href="api.html">Manage</a>
</div> </div>
<!-- /events-list --> <!-- /events-list -->