summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-02-19 17:29:01 +0000
committerSean Silva <silvas@purdue.edu>2013-02-19 17:29:01 +0000
commitd91861387cf5d69a5c0aed77447fa46779a698af (patch)
treeffc7ce658f409788b11fe52c96ac285d80313af3 /docs
parent298422d326d738e901d088d4423c8d816b447793 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/ExternalClangExamples.rst (renamed from docs/ExternalProjectsUsingClang.rst)6
-rw-r--r--docs/index.rst2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/ExternalProjectsUsingClang.rst b/docs/ExternalClangExamples.rst
index 71d6413934..a7fa169b81 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 92d217ab8a..712e362636 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