diff --git a/scripts/mw2html_audacity/wiki2htm.bat b/scripts/mw2html_audacity/wiki2htm.bat
index 43a4df5b5..d98c20385 100644
--- a/scripts/mw2html_audacity/wiki2htm.bat
+++ b/scripts/mw2html_audacity/wiki2htm.bat
@@ -1,4 +1,4 @@
-python mw2html.py http://alphamanual.audacityteam.org/man ..\..\help\temp -s
+python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s
rmdir /S /Q ..\..\help\manual
mkdir ..\..\help\manual
xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q
diff --git a/scripts/mw2html_audacity/wiki2htm.sh b/scripts/mw2html_audacity/wiki2htm.sh
index d28f9110e..51d2f4cfb 100755
--- a/scripts/mw2html_audacity/wiki2htm.sh
+++ b/scripts/mw2html_audacity/wiki2htm.sh
@@ -2,7 +2,7 @@
helpdir="../../help/manual"
tmpdir_="../../help/temp"
-srcuri="http://alphamanual.audacityteam.org/man"
+srcuri="https://alphamanual.audacityteam.org/man"
mkdir -p "${tmpdir_}"
python mw2html.py "${srcuri}" "${tmpdir_}" -s
diff --git a/scripts/mw2html_audacity/wiki2htmtemp.bat b/scripts/mw2html_audacity/wiki2htmtemp.bat
index a484ca094..ec45ef7fd 100644
--- a/scripts/mw2html_audacity/wiki2htmtemp.bat
+++ b/scripts/mw2html_audacity/wiki2htmtemp.bat
@@ -1,5 +1,5 @@
@REM wiki2htm without the xcopy. The results stay in the temp directory.
@REM Can be convenient when testing/modifying the script.
-python mw2html.py http://alphamanual.audacityteam.org/man ..\..\help\temp -s
+python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s