aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Formula-Cookbook.md
diff options
context:
space:
mode:
authorMike McQuaid2017-08-22 22:22:09 +0100
committerGitHub2017-08-22 22:22:09 +0100
commit97c75bfd40084cfa2512fe55a7b292886ff6d023 (patch)
treec6ee9cef41e81f99d43ccb9fccd75940452f69c1 /docs/Formula-Cookbook.md
parent9d6ae89ea329d541103a9629a2f94144b39c6ba6 (diff)
parentb44c7a1022976a4fcd9e7ea9b6069ec971d6b235 (diff)
downloadbrew-97c75bfd40084cfa2512fe55a7b292886ff6d023.tar.bz2
Merge pull request #3077 from vszakats/https1708
upgrade more urls to https
Diffstat (limited to 'docs/Formula-Cookbook.md')
-rw-r--r--docs/Formula-Cookbook.md2
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