File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def checkForUpdatedHelp(self):
2727 def getHelpPages (self ):
2828 return None
2929 g = Github ()
30- self .repo = g .get_repo ("madgrizzle /WebControl" )
30+ self .repo = g .get_repo ("WebControlCNC /WebControl" )
3131 contents = self .repo .get_contents ("docs" )
3232 pages = []
3333 while contents :
Original file line number Diff line number Diff line change 99
1010monkey .patch_all ()
1111
12-
1312import schedule
1413import time
1514import threading
Original file line number Diff line number Diff line change 8080 </ a >
8181 < div class ="dropdown-menu " aria-labelledby ="navbarDropdown4 ">
8282 < a class ="dropdown-item " href ="# " onclick ="requestPage('gettingStarted'); "> Getting Started</ a >
83- < a class ="dropdown-item " href ="https://madgrizzle .github.io/WebControl/ " target ="_blank "> Online Help</ a >
83+ < a class ="dropdown-item " href ="https://webcontrolcnc .github.io/WebControl/ " target ="_blank "> Online Help</ a >
8484 < a class ="dropdown-item " href ="# " onclick ="requestPage('help'); "> Offline Help</ a >
8585 < a class ="dropdown-item " href ="# " onclick ="requestPage('about'); "> About</ a >
8686 < span id ="updateBadge " class ="badge badge-pill badge-primary " style ="float:left;margin-bottom:-10px; "> </ span >
You can’t perform that action at this time.
0 commit comments