aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-09-22 07:41:09 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-09-22 07:41:09 +0000
commit9ea1f3554d546111b429e6de5afa404ffa669598 (patch)
treedb8d86935f4bde671fbe1c733e881bbc43bcbc08 /clang/www
parentb06fe489aa48e012430f46abd3936bbc2e431779 (diff)
use the current url for bugzilla
llvm-svn: 342802
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_status.html2
-rwxr-xr-xclang/www/get_involved.html2
-rwxr-xr-xclang/www/menu.html.incl2
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index e7e5a879880c..7b2545098e2c 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -43,7 +43,7 @@ as they become available.</p>
Specifications</a> that will help drive the future of the C++ programming
language.</p>
-<p>The <a href="http://llvm.org/bugs/">LLVM bug tracker</a> contains Clang
+<p>The <a href="https://bugs.llvm.org/">LLVM bug tracker</a> contains Clang
C++ components that track known bugs with Clang's language conformance in
each language mode.</p>
diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html
index 27427cc55dfc..ed961ca0b61c 100755
--- a/clang/www/get_involved.html
+++ b/clang/www/get_involved.html
@@ -65,7 +65,7 @@ Clang developers, contributors and the standards they implement.</p>
<p>If you're looking for something to work on, check out our <a
href="OpenProjects.html">Open Projects</a> page or look through the <a
-href="http://llvm.org/bugs/">Bugzilla bug database</a>.</p>
+href="https://bugs.llvm.org/">Bugzilla bug database</a>.</p>
<h2 id="criteria">Contributing Extensions to Clang</h2>
diff --git a/clang/www/menu.html.incl b/clang/www/menu.html.incl
index 55b88a06f367..fd481740ea07 100755
--- a/clang/www/menu.html.incl
+++ b/clang/www/menu.html.incl
@@ -36,7 +36,7 @@
<a href="http://lists.llvm.org/mailman/listinfo/cfe-users">cfe-users List</a>
<a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev List</a>
<a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits List</a>
- <a href="http://llvm.org/bugs/">Bug Reports</a>
+ <a href="https://bugs.llvm.org/">Bug Reports</a>
<a href="http://planet.clang.org/">Planet Clang</a>
<a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
</div>