aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2012-12-20 03:23:52 +0000
committerMichael Gottesman <mgottesman@apple.com>2012-12-20 03:23:52 +0000
commit76f98b646ef1a45fcde58d5f311704197b84a152 (patch)
tree631d28314fefa59f4b772f138d469ca0e925584f
parent3714e75eb8aa6108055ac2e718f5104bab8338d4 (diff)
Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead of BlockLanguageSpec.txt.
Thanks to Jean-Daniel Dupas for comments! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170644 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index a0a169e427..645fe4ab9d 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -842,7 +842,7 @@ Blocks
======
The syntax and high level language feature description is in
-`BlockLanguageSpec.txt <BlockLanguageSpec.txt>`_. Implementation and ABI
+`BlockLanguageSpec.rst <BlockLanguageSpec.rst>`_. Implementation and ABI
details for the clang implementation are in `Block-ABI-Apple.txt
<Block-ABI-Apple.txt>`_.