Skip to content

Commit

Permalink
Update docs as discussed in #22014 (#22206)
Browse files Browse the repository at this point in the history
As [discussed](#22014 (comment)) in #22014, the docs are updated to point to a specific revision for the `audacity.rb` example.
  • Loading branch information
claui authored and vitorgalvao committed Jun 19, 2016
1 parent c389d9c commit 942825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cask_language_reference/stanzas/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The block will be called immediately before downloading; its result value will b

You can use the `url` stanza with either a direct argument or a block but not with both.

Example for using the block syntax: [audacity.rb](https://github.com/caskroom/homebrew-cask/tree/master/Casks/audacity.rb)
Example for using the block syntax: [audacity.rb](https://github.com/caskroom/homebrew-cask/blob/c389d9ccbb46d30b6ac1cbdbadf49591ca8ff6cd/Casks/audacity.rb#L5-L15)

### Mixing Additional URL Parameters With the Block Syntax

Expand Down

0 comments on commit 942825c

Please sign in to comment.