From d91861387cf5d69a5c0aed77447fa46779a698af Mon Sep 17 00:00:00 2001
From: Sean Silva <silvas@purdue.edu>
Date: Tue, 19 Feb 2013 17:29:01 +0000
Subject: [PATCH] [docs] Rename to permit wider variety of  content.

I don't want to rule out the possibility of linking to e.g. interesting
blog posts about uses of Clang, so avoid restricting the content to
"projects".

This breaks URL compatibility, but this document was committed less than
an hour ago so hopefully nobody has linked to it yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175535 91177308-0d34-0410-b5e6-96231b3b80d8
---
 ...rnalProjectsUsingClang.rst => ExternalClangExamples.rst} | 6 +++---
 docs/index.rst                                              | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename docs/{ExternalProjectsUsingClang.rst => ExternalClangExamples.rst} (97%)

diff --git a/docs/ExternalProjectsUsingClang.rst b/docs/ExternalClangExamples.rst
similarity index 97%
rename from docs/ExternalProjectsUsingClang.rst
rename to docs/ExternalClangExamples.rst
index 71d6413934f..a7fa169b81f 100644
--- a/docs/ExternalProjectsUsingClang.rst
+++ b/docs/ExternalClangExamples.rst
@@ -1,6 +1,6 @@
-=============================
-External Projects Using Clang
-=============================
+=======================
+External Clang Examples
+=======================
 
 Introduction
 ============
diff --git a/docs/index.rst b/docs/index.rst
index 92d217ab8a4..712e362636f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -30,7 +30,7 @@ Using Clang as a Library
    :maxdepth: 1
 
    Tooling
-   ExternalProjectsUsingClang
+   ExternalClangExamples
    IntroductionToTheClangAST
    LibTooling
    LibFormat
-- 
GitLab