diff --git a/quodlibet/quodlibet/const.py b/quodlibet/quodlibet/const.py index d747856655..eaaa75c764 100644 --- a/quodlibet/quodlibet/const.py +++ b/quodlibet/quodlibet/const.py @@ -51,7 +51,7 @@ class MinVersions(object): VERSION = str(VERSION_TUPLE) # entry point for the user guide / wiki -BRANCH_NAME = "master" +BRANCH_NAME = "quodlibet-3.7" DOCS_BASE_URL = "https://quodlibet.readthedocs.org/en/%s" DOCS_LATEST = DOCS_BASE_URL % "latest" DOCS_BASE_URL %= BRANCH_NAME if BRANCH_NAME != "master" else "latest"