Skip to content

Commit

Permalink
更新主页链接地址。
Browse files Browse the repository at this point in the history
  • Loading branch information
oldj committed Nov 22, 2013
1 parent 0a6d32f commit 9126e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/MainFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ def writeFile(self, path, content, mode="w"):
def openHomepage(self):
u"""打开项目主页"""

url= "http://oldj.github.com/SwitchHosts/"
url= "http://oldj.github.io/SwitchHosts/"
wx.LaunchDefaultBrowser(url)

def OnHomepage(self, event):
Expand Down
2 changes: 1 addition & 1 deletion src/libs/VERSION.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# email: [email protected]
#

VERSION = "0.2.2.1801"
VERSION = "0.2.2.1802"

0 comments on commit 9126e79

Please sign in to comment.