diff options
author | Shaurya Gupta <shauryab98@gmail.com> | 2019-09-23 16:55:13 +0000 |
---|---|---|
committer | Shaurya Gupta <shauryab98@gmail.com> | 2019-09-23 16:55:13 +0000 |
commit | 7e56dd0229f8898177d51b64dfb23828c990feed (patch) | |
tree | 01f3d80f009b894f9d4c546b4f9cb7c4b23861a5 | |
parent | 6a278d9073bdc158d31d4f4b15bbe34238f22c18 (diff) | |
download | bcm5719-llvm-7e56dd0229f8898177d51b64dfb23828c990feed.tar.gz bcm5719-llvm-7e56dd0229f8898177d51b64dfb23828c990feed.zip |
[Clang-doc] NFC: Fixed link to llvm bugs in documentation
llvm-svn: 372627
-rw-r--r-- | clang-tools-extra/docs/clang-doc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-doc.rst b/clang-tools-extra/docs/clang-doc.rst index 6f61970a585..0c47405fb5a 100644 --- a/clang-tools-extra/docs/clang-doc.rst +++ b/clang-tools-extra/docs/clang-doc.rst @@ -12,7 +12,7 @@ source code and comments. The tool is in a very early development stage, so you might encounter bugs and crashes. Submitting reports with information about how to reproduce the issue -to `the LLVM bugtracker <https://llvm.org/bugs>`_ will definitely help the +to `the LLVM bugtracker <https://bugs.llvm.org/>`_ will definitely help the project. If you have any ideas or suggestions, please to put a feature request there. |