diff --git a/scripts/setup-seafile-mysql.py b/scripts/setup-seafile-mysql.py index cdb5c8c..f5afb44 100644 --- a/scripts/setup-seafile-mysql.py +++ b/scripts/setup-seafile-mysql.py @@ -24,7 +24,7 @@ except ImportError: pass -SERVER_MANUAL_HTTP = 'https://github.com/haiwen/seafile/wiki' +SERVER_MANUAL_HTTP = 'https://download.seafile.com/published/seafile-manual/home.md' class Utils(object): '''Groups all helper functions here'''