diff --git a/anki/consts.py b/anki/consts.py index 73317cf79..e2427a16b 100644 --- a/anki/consts.py +++ b/anki/consts.py @@ -47,7 +47,7 @@ SYNC_ZIP_SIZE = int(2.5*1024*1024) SYNC_URL = os.environ.get("SYNC_URL") or "https://ankiweb.net/sync/" SYNC_VER = 5 -HELP_SITE="http://ankisrs.net/docs/dev/manual.html" +HELP_SITE="http://ankisrs.net/docs/manual.html" # Labels ##########################################################################