Skip to content

Commit

Permalink
fix github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
madgrizzle committed May 18, 2020
1 parent 527cbe5 commit d67dea3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HelpManager/helpManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def checkForUpdatedHelp(self):
def getHelpPages(self):
return None
g = Github()
self.repo = g.get_repo("madgrizzle/WebControl")
self.repo = g.get_repo("WebControlCNC/WebControl")
contents = self.repo.get_contents("docs")
pages = []
while contents:
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

monkey.patch_all()


import schedule
import time
import threading
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown4">
<a class="dropdown-item" href="#" onclick="requestPage('gettingStarted');">Getting Started</a>
<a class="dropdown-item" href="https://madgrizzle.github.io/WebControl/" target="_blank">Online Help</a>
<a class="dropdown-item" href="https://webcontrolcnc.github.io/WebControl/" target="_blank">Online Help</a>
<a class="dropdown-item" href="#" onclick="requestPage('help');">Offline Help</a>
<a class="dropdown-item" href="#" onclick="requestPage('about');">About</a>
<span id="updateBadge" class="badge badge-pill badge-primary" style="float:left;margin-bottom:-10px;"></span>
Expand Down

0 comments on commit d67dea3

Please sign in to comment.