diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst
index a7fa169b81f632900ab141f05fd3f1be6792139e..e52a854d36485a334f8794eadb40ffb30c59ec1b 100644
--- a/docs/ExternalClangExamples.rst
+++ b/docs/ExternalClangExamples.rst
@@ -28,6 +28,9 @@ that can help developers, generally they must have code available.
 List of projects and tools
 ==========================
 
+`<http://rprichard.github.com/sourceweb/>`_
+   "A C/C++ source code indexer and navigator"
+
 `<https://github.com/etaoins/qconnectlint>`_
    "qconnectlint is a Clang tool for statically verifying the consistency
    of signal and slot connections made with Qt's ``QObject::connect``."