From e309a68306de63b73e8136262f89b844882fafb4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 9 Jan 2013 07:50:49 +0900 Subject: [PATCH] update manual link --- anki/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##########################################################################