[Lldb-commits] [lldb] da2a4c2 - [Docs] Update source code link to Github

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 28 11:15:10 PDT 2019


Author: Jonas Devlieghere
Date: 2019-10-28T11:14:59-07:00
New Revision: da2a4c234dcda0677d89051408b38d50d44991fe

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

LOG: [Docs] Update source code link to Github

Added: 
    

Modified: 
    lldb/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 7e287b1d9ae4..faabed9c691a 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -159,6 +159,6 @@ interesting areas to contribute to lldb.
    :maxdepth: 1
    :caption: External Links
 
-   Source Code <https://llvm.org/viewvc/llvm-project/lldb/trunk/>
+   Source Code <https://github.com/llvm/llvm-project>
    Code Reviews <https://reviews.llvm.org>
    Bug Reports <https://bugs.llvm.org/>


        


More information about the lldb-commits mailing list