[clang] d041833 - Fix broken link to CxxCodeBrowser in External Clang Examples
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 6 06:13:10 PST 2023
Author: Pratik Sharma
Date: 2023-02-06T09:12:58-05:00
New Revision: d041833f55d91321670f2ccfc22d66a85c279905
URL: https://github.com/llvm/llvm-project/commit/d041833f55d91321670f2ccfc22d66a85c279905
DIFF: https://github.com/llvm/llvm-project/commit/d041833f55d91321670f2ccfc22d66a85c279905.diff
LOG: Fix broken link to CxxCodeBrowser in External Clang Examples
Replaced the dead link with the correct link in ExternalClangExamples.rst
Differential Revision: https://reviews.llvm.org/D143343
Fixes https://github.com/llvm/llvm-project/issues/60142
Added:
Modified:
clang/docs/ExternalClangExamples.rst
Removed:
################################################################################
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst
index 080114740ddb..c119d8165561 100644
--- a/clang/docs/ExternalClangExamples.rst
+++ b/clang/docs/ExternalClangExamples.rst
@@ -33,7 +33,7 @@ List of projects and tools
a persistent in-memory database of references, symbolnames, completions
etc."
-`<https://rprichard.github.com/sourceweb/>`_
+`<https://rprichard.github.io/CxxCodeBrowser/>`_
"A C/C++ source code indexer and navigator"
`<https://github.com/etaoins/qconnectlint>`_
More information about the cfe-commits
mailing list