[PATCH] D143343: Broken link to SourceWeb (aka CxxCodeBrowser) project in "External Clang Examples" #60142

pratik sharma via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 5 07:48:13 PST 2023


s-pratik created this revision.
s-pratik added a reviewer: aaron.ballman.
Herald added a project: All.
s-pratik requested review of this revision.
Herald added a project: clang.

Replaced the dead link with the correct link in ExternalClangExamples.rst


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143343

Files:
  clang/docs/ExternalClangExamples.rst


Index: clang/docs/ExternalClangExamples.rst
===================================================================
--- clang/docs/ExternalClangExamples.rst
+++ clang/docs/ExternalClangExamples.rst
@@ -33,7 +33,7 @@
    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>`_


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143343.494913.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230205/3d9cf0fe/attachment.bin>


More information about the cfe-commits mailing list