diff options
| author | Mike McQuaid | 2017-03-15 15:11:35 +0000 |
|---|---|---|
| committer | GitHub | 2017-03-15 15:11:35 +0000 |
| commit | 4d88cc4c41113be2d5bf11c11fa671c763705a64 (patch) | |
| tree | 211ee881e9c83a82587da853581c91192661bcfd /manpages | |
| parent | e9e6dcf8930395e4284bbab07b500dd7cb5e5fe5 (diff) | |
| parent | cc8f029f222a618eb30b585ccb22efcce1e5cf91 (diff) | |
| download | brew-4d88cc4c41113be2d5bf11c11fa671c763705a64.tar.bz2 | |
Merge pull request #2326 from vszakats/sprot
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew-cask.1 | 4 | ||||
| -rw-r--r-- | manpages/brew.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index 64ff39c59..c5708f7cb 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -67,7 +67,7 @@ Download remote application files for the given Cask to the local cache\. With \ Display the homepage associated with a given Cask in a browser\. . .IP -With no arguments, display the project page \fIhttp://caskroom\.github\.io\fR\. +With no arguments, display the project page \fIhttps://caskroom\.github\.io/\fR\. . .TP \fBinfo\fR or \fBabv\fR \fItoken\fR [ \fItoken\fR \.\.\. ] @@ -288,7 +288,7 @@ This variable may contain any arguments normally used as options on the command\ . .SH "SEE ALSO" -The Homebrew\-Cask home page: \fIhttp://caskroom\.github\.io\fR +The Homebrew\-Cask home page: \fIhttps://caskroom\.github\.io/\fR . .P The Homebrew\-Cask GitHub page: \fIhttps://github\.com/caskroom/homebrew\-cask\fR diff --git a/manpages/brew.1 b/manpages/brew.1 index 7cad10571..bdda89fb0 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -786,7 +786,7 @@ Each \fIpatch\-source\fR may be one of: ~ The URL of a commit on GitHub . .IP -~ A "http://bot\.brew\.sh/job/\.\.\." string specifying a testing job ID +~ A "https://bot\.brew\.sh/job/\.\.\." string specifying a testing job ID . .IP If \fB\-\-bottle\fR is passed, handle bottles, pulling the bottle\-update commit and publishing files on Bintray\. |
