mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
update download link
This commit is contained in:
parent
2a28e5223c
commit
65bc9ec3f2
1 changed files with 1 additions and 2 deletions
|
@ -7,13 +7,12 @@ from PyQt4.QtGui import *
|
|||
|
||||
appName="Anki"
|
||||
appVersion="1.0.1"
|
||||
appWebsite="http://ichi2.net/anki/download/"
|
||||
appWebsite="http://ichi2.net/anki/"
|
||||
appWiki="http://ichi2.net/anki/wiki/"
|
||||
appHelpSite="http://ichi2.net/anki/wiki/AnkiWiki"
|
||||
appIssueTracker="http://code.google.com/p/anki/issues/list"
|
||||
appForum="http://groups.google.com/group/ankisrs/topics"
|
||||
appReleaseNotes="http://ichi2.net/anki/changes.html"
|
||||
appMoreDecks="http://ichi2.net/anki/wiki/PreMadeDecks"
|
||||
appDonate="http://ichi2.net/anki/donate.html"
|
||||
|
||||
modDir=os.path.dirname(os.path.abspath(__file__))
|
||||
|
|
Loading…
Reference in a new issue