Skip to content

Commit 9860517

Browse files
committed
doc: use the right url to bugzilla
1 parent 72fd103 commit 9860517

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

clang-tools-extra/docs/clang-rename.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ functions, variables, arguments, namespaces etc.
1616

1717
The tool is in a very early development stage, so you might encounter bugs and
1818
crashes. Submitting reports with information about how to reproduce the issue
19-
to `the LLVM bugtracker <https://llvm.org/bugs>`_ will definitely help the
19+
to `the LLVM bugtracker <https://bugs.llvm.org>`_ will definitely help the
2020
project. If you have any ideas or suggestions, you might want to put a feature
2121
request there.
2222

lld/docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Getting Started: Building and Running lld
66
This page gives you the shortest path to checking out and building lld. If you
77
run into problems, please file bugs in the `LLVM Bugzilla`__
88

9-
__ https://llvm.org/bugs/
9+
__ https://bugs.llvm.org/
1010

1111
Building lld
1212
------------

llvm/docs/CommandGuide/llvm-lipo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ COMMANDS
7070
BUGS
7171
----
7272

73-
To report bugs, please visit <https://llvm.org/bugs/>.
73+
To report bugs, please visit <https://bugs.llvm.org/>.

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Otherwise, it exits with code 0.
545545
BUGS
546546
----
547547

548-
To report bugs, please visit <https://llvm.org/bugs/>.
548+
To report bugs, please visit <https://bugs.llvm.org/>.
549549

550550
There is a known issue with :option:`--input-target` and :option:`--target`
551551
causing only ``binary`` and ``ihex`` formats to have any effect. Other values

llvm/docs/CommandGuide/llvm-objdump.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ MACH-O ONLY OPTIONS AND COMMANDS
324324
BUGS
325325
----
326326

327-
To report bugs, please visit <https://llvm.org/bugs/>.
327+
To report bugs, please visit <https://bugs.llvm.org/>.
328328

329329
SEE ALSO
330330
--------

llvm/docs/CommandGuide/llvm-size.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ Otherwise, it exits with code 0.
195195
BUGS
196196
----
197197

198-
To report bugs, please visit <https://llvm.org/bugs/>.
198+
To report bugs, please visit <https://bugs.llvm.org/>.

llvm/docs/CommandGuide/llvm-strings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ Otherwise, it exits with code 0.
127127
BUGS
128128
----
129129

130-
To report bugs, please visit <https://llvm.org/bugs/>.
130+
To report bugs, please visit <https://bugs.llvm.org/>.

llvm/docs/CommandGuide/llvm-strip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Otherwise, it exits with code 0.
190190
BUGS
191191
----
192192

193-
To report bugs, please visit <https://llvm.org/bugs/>.
193+
To report bugs, please visit <https://bugs.llvm.org/>.
194194

195195
SEE ALSO
196196
--------

llvm/docs/CompileCudaWithLLVM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you build CUDA code, you'll need to have installed the CUDA SDK. See
3030
`NVIDIA's CUDA installation guide
3131
<https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html>`_ for
3232
details. Note that clang `maynot support
33-
<https://llvm.org/bugs/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed by
33+
<https://bugs.llvm.org/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed by
3434
some Linux package managers. Clang does attempt to deal with specific details of
3535
CUDA installation on a handful of common Linux distributions, but in general the
3636
most reliable way to make it work is to install CUDA in a single directory from

llvm/docs/LibFuzzer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Trophies
768768

769769
* WOFF2: `[1] <https://github.com/google/woff2/commit/a15a8ab>`__
770770

771-
* LLVM: `Clang <https://llvm.org/bugs/show_bug.cgi?id=23057>`_, `Clang-format <https://llvm.org/bugs/show_bug.cgi?id=23052>`_, `libc++ <https://llvm.org/bugs/show_bug.cgi?id=24411>`_, `llvm-as <https://llvm.org/bugs/show_bug.cgi?id=24639>`_, `Demangler <https://bugs.chromium.org/p/chromium/issues/detail?id=606626>`_, Disassembler: http://reviews.llvm.org/rL247405, http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, http://reviews.llvm.org/rL247422.
771+
* LLVM: `Clang <https://bugs.llvm.org/show_bug.cgi?id=23057>`_, `Clang-format <https://bugs.llvm.org/show_bug.cgi?id=23052>`_, `libc++ <https://bugs.llvm.org/show_bug.cgi?id=24411>`_, `llvm-as <https://bugs.llvm.org/show_bug.cgi?id=24639>`_, `Demangler <https://bugs.chromium.org/p/chromium/issues/detail?id=606626>`_, Disassembler: http://reviews.llvm.org/rL247405, http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, http://reviews.llvm.org/rL247422.
772772

773773
* Tensorflow: `[1] <https://da-data.blogspot.com/2017/01/finding-bugs-in-tensorflow-with.html>`__
774774

0 commit comments

Comments
 (0)