Skip to content

Commit d67dea3

Browse files
committed
fix github pages
1 parent 527cbe5 commit d67dea3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

HelpManager/helpManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
monkey.patch_all()
1111

12-
1312
import schedule
1413
import time
1514
import threading

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
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>

0 commit comments

Comments
 (0)