]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update docs 'make serve' to suggest 'make htmllive' (#126969)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 19 Nov 2024 15:28:34 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 15:28:34 +0000 (17:28 +0200)
Doc/Makefile

index a090ee5ba927054b492c337800a0a192b373f913..22e43ee3e542ee536c603eabcbc8d97c2a6c2dfd 100644 (file)
@@ -294,7 +294,7 @@ check: _ensure-pre-commit
 
 .PHONY: serve
 serve:
-       @echo "The serve target was removed, use htmlview instead (see bpo-36329)"
+       @echo "The serve target was removed, use htmllive instead (see gh-80510)"
 
 # Targets for daily automated doc build
 # By default, Sphinx only rebuilds pages where the page content has changed.