Skip to content

Commit 51c13f1

Browse files
committed
docs/Cask-Cookbook: fix links to renamed casks
The `r` and `wireshark` casks were renamed to `r-app` and `wireshark-app` in Homebrew/homebrew-cask d20f5f8baba ("Differentiate lesser used casks from formulae"), so the `on_<system>` example links in this section now 404.
1 parent cd454b3 commit 51c13f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Cask-Cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ cask "calibre" do
14271427
end
14281428
```
14291429

1430-
Such `on_<system>` blocks can be nested and contain other stanzas not listed here. However, version-specific macOS requirements should be placed in `on_macos` blocks rather than individual macOS release blocks. Examples: [calhash.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/c/calhash.rb), [r.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/r/r.rb), [wireshark.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/w/wireshark.rb)
1430+
Such `on_<system>` blocks can be nested and contain other stanzas not listed here. However, version-specific macOS requirements should be placed in `on_macos` blocks rather than individual macOS release blocks. Examples: [calhash.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/c/calhash.rb), [r-app.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/r/r-app.rb), [wireshark-app.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/w/wireshark-app.rb)
14311431

14321432
### Switch between languages or regions
14331433

0 commit comments

Comments
 (0)