Skip to content

Commit

Permalink
Fix Markdown error that breaks links in pre_install and post_install …
Browse files Browse the repository at this point in the history
…descriptions.
  • Loading branch information
sethfri committed Jun 26, 2013
1 parent 6e817dc commit b0ffbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cocoapods-core/podfile/dsl.rb
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit b0ffbcf

Please sign in to comment.