aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/CommandGuide
diff options
context:
space:
mode:
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-01-06 17:33:25 +0800
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-01-06 17:33:25 +0800
commitbbce75e352be0637305a1b59ac5eca7175bceece (patch)
tree388be157f17fd519e32ec80de84992a4346bb3ab /clang/docs/CommandGuide
parent95ddbed9b797e33d952e4ab9d33f08039c471788 (diff)
downloadllvm-bbce75e352be0637305a1b59ac5eca7175bceece.zip
llvm-bbce75e352be0637305a1b59ac5eca7175bceece.tar.gz
llvm-bbce75e352be0637305a1b59ac5eca7175bceece.tar.bz2
Update Bug report URL to Github Issues
Although we moved to Github Issues. The bug report message refers to Bugzilla still. This patch tries to update these URLs. Reviewed By: MaskRay, Quuxplusone, jhenderson, libunwind, libc++ Differential Revision: https://reviews.llvm.org/D116351
Diffstat (limited to 'clang/docs/CommandGuide')
-rw-r--r--clang/docs/CommandGuide/clang.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst
index a24e138..6797020 100644
--- a/clang/docs/CommandGuide/clang.rst
+++ b/clang/docs/CommandGuide/clang.rst
@@ -662,7 +662,7 @@ ENVIRONMENT
BUGS
----
-To report bugs, please visit <https://bugs.llvm.org/>. Most bug reports should
+To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>. Most bug reports should
include preprocessed source files (use the :option:`-E` option) and the full
output of the compiler, along with information to reproduce.