From 34acdc37aaa7a07bbd3792cf8836eca2e42d1cdd Mon Sep 17 00:00:00 2001 From: Bingyao Liu Date: Sun, 9 Jun 2019 21:47:43 +0800 Subject: Fix #6464: updated invalid links of language codes in quickstart and all locale po files --- sphinx/cmd/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphinx/cmd/quickstart.py') diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py index 49abc2fa1..2a509bacb 100644 --- a/sphinx/cmd/quickstart.py +++ b/sphinx/cmd/quickstart.py @@ -310,7 +310,7 @@ you can select a language here by its language code. Sphinx will then translate text that it generates into that language. For a list of supported codes, see -http://sphinx-doc.org/config.html#confval-language.''')) +https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language.''')) d['language'] = do_prompt(__('Project language'), 'en') if d['language'] == 'en': d['language'] = None -- cgit v1.2.1