From 76f98b646ef1a45fcde58d5f311704197b84a152 Mon Sep 17 00:00:00 2001 From: Michael Gottesman <mgottesman@apple.com> Date: Thu, 20 Dec 2012 03:23:52 +0000 Subject: [PATCH] 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 --- docs/LanguageExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index a0a169e4271..645fe4ab9d0 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>`_. -- GitLab