Skip to content

Commit

Permalink
Update the version_url to point to github
Browse files Browse the repository at this point in the history
  • Loading branch information
heldersepu committed Mar 24, 2017
1 parent 8142285 commit 4cf8c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmapcatcher/mapConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def read_config(keyOption, defaultValue, castFunction, section=SECTION_INIT):
self.repository_type = read_config('repository_type', 0, int)
## URL with the latest version used for the notification updates.
self.version_url = read_config('version_url',
'http://gmapcatcher.googlecode.com/svn/wiki/version.wiki', str)
'https://raw.githubusercontent.com/heldersepu/GMapCatcher/wiki/version.md', str)
## Whether or not to check for updates, default is True (1)
self.check_for_updates = read_config('check_for_updates', 1, int)
## oneDirPerMap setting, default is False
Expand Down

0 comments on commit 4cf8c28

Please sign in to comment.