https://gcc.gnu.org/g:e3b8480f94ee15e7fffc662d40270ee57c6ad82b
commit r15-1884-ge3b8480f94ee15e7fffc662d40270ee57c6ad82b Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sun Jul 7 22:20:45 2024 +0200 maintainer-scripts: Switch bug reporting URL to https maintainer-scripts: * update_web_docs_git (BUGURL): Switch to https. Diff: --- maintainer-scripts/update_web_docs_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer-scripts/update_web_docs_git b/maintainer-scripts/update_web_docs_git index c651e567424..0d7b6c90fe9 100755 --- a/maintainer-scripts/update_web_docs_git +++ b/maintainer-scripts/update_web_docs_git @@ -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"}