Update documentation to reflect API change: externalIvySettings(url("...")) -> externalIvySettingsURL(url("..."))

This commit is contained in:
Michael Allman 2012-10-15 19:16:06 -07:00 committed by Mark Harrah
parent 4bb5007282
commit 840ddbffff
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ or
::
externalIvySettings(url("your_url_here"))
externalIvySettingsURL(url("your_url_here"))
Ivy file (dependency configuration)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~