[Lldb-commits] [lldb] f98ca79 - [lldb][Docs] Update bug report and code review links

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 8 02:57:28 PDT 2023


Author: David Spickett
Date: 2023-09-08T09:56:42Z
New Revision: f98ca79c7bef98ab9781555af49eb730d3637771

URL: https://github.com/llvm/llvm-project/commit/f98ca79c7bef98ab9781555af49eb730d3637771
DIFF: https://github.com/llvm/llvm-project/commit/f98ca79c7bef98ab9781555af49eb730d3637771.diff

LOG: [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.

Added: 
    

Modified: 
    lldb/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index ab67531d415401d..3b65f81a6d74936 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>


        


More information about the lldb-commits mailing list