From b0ffbcf81f3090da479191cc3bc0517ca3074d30 Mon Sep 17 00:00:00 2001 From: Seth Friedman Date: Wed, 26 Jun 2013 16:06:23 -0500 Subject: [PATCH] Fix Markdown error that breaks links in pre_install and post_install descriptions. --- lib/cocoapods-core/podfile/dsl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cocoapods-core/podfile/dsl.rb b/lib/cocoapods-core/podfile/dsl.rb index 6c6312574..17a07dfed 100644 --- a/lib/cocoapods-core/podfile/dsl.rb +++ b/lib/cocoapods-core/podfile/dsl.rb @@ -452,7 +452,7 @@ def set_arc_compatibility_flag! # been downloaded but before they are installed. # # It receives the - # `[Pod::Hooks::InstallerRepresentation](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)` + # [`Pod::Hooks::InstallerRepresentation`](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/) # as its only argument. # # @example Defining a pre install hook in a Podfile. @@ -471,7 +471,7 @@ def pre_install(&block) # to perform. # # It receives the - # `[Pod::Hooks::InstallerRepresentation](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/)` + # [`Pod::Hooks::InstallerRepresentation`](http://docs.cocoapods.org/cocoapods/pod/hooks/installerrepresentation/) # as its only argument. # # @example Customizing the `OTHER_LDFLAGS` of all targets