From e5186c15418ecbed9ab7ed6f798a3bec59ea59de Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 6 Jun 2015 00:25:48 +0200 Subject: [PATCH] update docs to use https urls Closes Homebrew/homebrew#40446. Signed-off-by: Xu Cheng --- share/doc/homebrew/Formula-Cookbook.md | 4 ++-- share/doc/homebrew/Press.md | 2 +- share/doc/homebrew/Querying-Brew.md | 2 +- share/doc/homebrew/README.md | 2 +- share/doc/homebrew/Troubleshooting.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index ca05738ca5..3b74c263f0 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 322f954b0a..f3656ad52d 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 f0933a56d4..a0814ad995 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 8a6a01a2f3..fb94ddc547 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 5967a0a64b..11661566a4 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