diff options
| author | Viktor Szakats | 2017-08-22 10:31:21 +0000 |
|---|---|---|
| committer | Viktor Szakats | 2017-08-22 10:31:21 +0000 |
| commit | b44c7a1022976a4fcd9e7ea9b6069ec971d6b235 (patch) | |
| tree | 2ace7fb2fa05a246d55c8e12f9de8fcb4eb4f1e6 /docs/Formula-Cookbook.md | |
| parent | 85fd43d4fe595f73b9168360b4c15a43e1a9debf (diff) | |
| download | brew-b44c7a1022976a4fcd9e7ea9b6069ec971d6b235.tar.bz2 | |
upgrade more urls to https
Diffstat (limited to 'docs/Formula-Cookbook.md')
| -rw-r--r-- | docs/Formula-Cookbook.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index e60afe071..0266d39e5 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -693,7 +693,7 @@ Note that [`option`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula ### File level operations -You can use the file utilities provided by Ruby's [`FileUtils`](http://www.ruby-doc.org/stdlib/libdoc/fileutils/rdoc/index.html). These are included in the `Formula` class, so you do not need the `FileUtils.` prefix to use them. +You can use the file utilities provided by Ruby's [`FileUtils`](https://www.ruby-doc.org/stdlib/libdoc/fileutils/rdoc/index.html). These are included in the `Formula` class, so you do not need the `FileUtils.` prefix to use them. When creating symlinks, take special care to ensure they are *relative* symlinks. This makes it easier to create a relocatable bottle. For example, to create a symlink in `bin` to an executable in `libexec`, use |
