maintainer-scripts: Switch bug reporting URL to https

maintainer-scripts:
	* update_web_docs_git (BUGURL): Switch to https.
This commit is contained in:
Gerald Pfeifer 2024-07-07 22:20:45 +02:00
parent a28046e215
commit e3b8480f94

View file

@ -45,7 +45,7 @@ MANUALS="cpp
libiberty
porting"
BUGURL="http://gcc.gnu.org/bugs/"
BUGURL="https://gcc.gnu.org/bugs/"
CSS=/texinfo-manuals.css
WWWBASE=${WWWBASE:-"/www/gcc/htdocs"}