aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorViktor Szakats2015-06-06 00:25:48 +0200
committerXu Cheng2015-06-06 17:45:41 +0800
commite5186c15418ecbed9ab7ed6f798a3bec59ea59de (patch)
tree32427717d2186fd9133da9ef575f254ea2e2cea0 /share/doc
parent67089f3aa2f8b461a3683bc29062852905d8e4e7 (diff)
downloadbrew-e5186c15418ecbed9ab7ed6f798a3bec59ea59de.tar.bz2
update docs to use https urls
Closes Homebrew/homebrew#40446. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/Formula-Cookbook.md4
-rw-r--r--share/doc/homebrew/Press.md2
-rw-r--r--share/doc/homebrew/Querying-Brew.md2
-rw-r--r--share/doc/homebrew/README.md2
-rw-r--r--share/doc/homebrew/Troubleshooting.md2
5 files changed, 6 insertions, 6 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md
index ca05738ca..3b74c263f 100644
--- a/share/doc/homebrew/Formula-Cookbook.md
+++ b/share/doc/homebrew/Formula-Cookbook.md
@@ -87,7 +87,7 @@ A more complete example-formula [cheat-sheet](https://github.com/Homebrew/homebr
All you need to make a formula is a URL to the tarball.
- brew create http://example.com/foo-0.1.tar.gz
+ brew create https://example.com/foo-0.1.tar.gz
This creates:
@@ -97,7 +97,7 @@ And opens it in your `$EDITOR`. It'll look like:
```ruby
class Foo < Formula
- url "http://example.com/foo-0.1.tar.gz"
+ url "https://example.com/foo-0.1.tar.gz"
homepage ""
sha256 "85cc828a96735bdafcf29eb6291ca91bac846579bcef7308536e0c875d6c81d7"
diff --git a/share/doc/homebrew/Press.md b/share/doc/homebrew/Press.md
index 322f954b0..f3656ad52 100644
--- a/share/doc/homebrew/Press.md
+++ b/share/doc/homebrew/Press.md
@@ -14,4 +14,4 @@
- [CouchDB: The Definitive Guide (Installing on OS X, Appendix
B)](http://oreilly.com/catalog/9780596155902)
- [Installing ActiveMQ on OS
- X](http://activemq.apache.org/getting-started.html#GettingStarted-UsingHomebrewinstalleronOSX)
+ X](https://activemq.apache.org/getting-started.html#GettingStarted-UsingHomebrewinstalleronOSX)
diff --git a/share/doc/homebrew/Querying-Brew.md b/share/doc/homebrew/Querying-Brew.md
index f0933a56d..a0814ad99 100644
--- a/share/doc/homebrew/Querying-Brew.md
+++ b/share/doc/homebrew/Querying-Brew.md
@@ -1,5 +1,5 @@
# Querying Brew
-_In this document we will be using [jq](http://stedolan.github.io/jq/) to parse JSON, available from Homebrew using `brew install jq`._
+_In this document we will be using [jq](https://stedolan.github.io/jq/) to parse JSON, available from Homebrew using `brew install jq`._
## Overview
diff --git a/share/doc/homebrew/README.md b/share/doc/homebrew/README.md
index 8a6a01a2f..fb94ddc54 100644
--- a/share/doc/homebrew/README.md
+++ b/share/doc/homebrew/README.md
@@ -25,7 +25,7 @@ However! Fixing build issues is easier than you think: try
In short:
1. [Fork Homebrew](https://github.com/Homebrew/homebrew/fork).
-2. `brew create http://example.com/foo-0.1.tar.gz`
+2. `brew create https://example.com/foo-0.1.tar.gz`
3. `git checkout -b foo`
4. `git commit Library/Formula/foo.rb && git push`
5. [Pull Request](https://github.com/Homebrew/homebrew/pulls).
diff --git a/share/doc/homebrew/Troubleshooting.md b/share/doc/homebrew/Troubleshooting.md
index 5967a0a64..11661566a 100644
--- a/share/doc/homebrew/Troubleshooting.md
+++ b/share/doc/homebrew/Troubleshooting.md
@@ -52,5 +52,5 @@ Thank you!
[Gist]:https://gist.github.com
[Apple Developer]:https://developer.apple.com/downloads
-[Java Developer Update]:http://support.apple.com/kb/DL1572
+[Java Developer Update]:https://support.apple.com/kb/DL1572
[JDK 7]:https://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-install-faq.html