aboutsummaryrefslogtreecommitdiff
path: root/lldb/docs
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-09-08 09:53:52 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-09-08 09:56:42 +0000
commitf98ca79c7bef98ab9781555af49eb730d3637771 (patch)
treef75ff5eb813a8a20e3fa0c419f46e350539d2ab0 /lldb/docs
parent4a351ef70aa6e34a8eb5a8655473531881225fa4 (diff)
downloadllvm-f98ca79c7bef98ab9781555af49eb730d3637771.zip
llvm-f98ca79c7bef98ab9781555af49eb730d3637771.tar.gz
llvm-f98ca79c7bef98ab9781555af49eb730d3637771.tar.bz2
[lldb][Docs] Update bug report and code review links
The issues link as it was was including PRs, so I've made that issues only and only those in an open state. Code review is now on Gtihub so same thing, PRs only, open state, label lldb.
Diffstat (limited to 'lldb/docs')
-rw-r--r--lldb/docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index ab67531..3b65f81 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -166,5 +166,5 @@ interesting areas to contribute to lldb.
Releases <https://github.com/llvm/llvm-project/releases>
Discussion Forums <https://discourse.llvm.org/c/subprojects/lldb/8>
Developer Policy <https://llvm.org/docs/DeveloperPolicy.html>
- Bug Reports <https://github.com/llvm/llvm-project/issues/labels/lldb/>
- Code Reviews <https://reviews.llvm.org>
+ Bug Reports <https://github.com/llvm/llvm-project/issues?q=is%3Aissue+label%3Alldb+is%3Aopen>
+ Code Reviews <https://github.com/llvm/llvm-project/pulls?q=is%3Apr+label%3Alldb+is%3Aopen>