diff clang/docs/ExternalClangExamples.rst @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents c4bab56944e8
children
line wrap: on
line diff
--- a/clang/docs/ExternalClangExamples.rst	Wed Nov 09 17:47:54 2022 +0900
+++ b/clang/docs/ExternalClangExamples.rst	Fri Aug 18 09:04:13 2023 +0900
@@ -18,7 +18,7 @@
 - Static analysis.
 - Documentation/cross-reference generation.
 
-If you know of (or wrote!) a tool or project using Clang, please post on 
+If you know of (or wrote!) a tool or project using Clang, please post on
 `the Discourse forums (Clang Frontend category)
 <https://discourse.llvm.org/c/clang/6>`_ to have it added.
 (or if you are already a Clang contributor, feel free to directly commit
@@ -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>`_