diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-01-06 17:33:25 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-01-06 17:33:25 +0800 |
commit | bbce75e352be0637305a1b59ac5eca7175bceece (patch) | |
tree | 388be157f17fd519e32ec80de84992a4346bb3ab /clang/docs/CommandGuide | |
parent | 95ddbed9b797e33d952e4ab9d33f08039c471788 (diff) | |
download | llvm-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.rst | 2 |
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. |