aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2024-07-07 22:20:45 +0200
committerGerald Pfeifer <gerald@pfeifer.com>2024-07-07 22:20:45 +0200
commite3b8480f94ee15e7fffc662d40270ee57c6ad82b (patch)
tree0510179e2c876e6b377a4d06505fdfe8c4062d23
parenta28046e215307cf11c7a133c8b33dc0c0bcf74ec (diff)
downloadgcc-e3b8480f94ee15e7fffc662d40270ee57c6ad82b.zip
gcc-e3b8480f94ee15e7fffc662d40270ee57c6ad82b.tar.gz
gcc-e3b8480f94ee15e7fffc662d40270ee57c6ad82b.tar.bz2
maintainer-scripts: Switch bug reporting URL to https
maintainer-scripts: * update_web_docs_git (BUGURL): Switch to https.
-rwxr-xr-xmaintainer-scripts/update_web_docs_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_web_docs_git b/maintainer-scripts/update_web_docs_git
index c651e56..0d7b6c9 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"}