fix insecure link in protoc_plugin readme
diff --git a/protoc_plugin/README.md b/protoc_plugin/README.md
index 6c06b0f..5947233 100644
--- a/protoc_plugin/README.md
+++ b/protoc_plugin/README.md
@@ -114,7 +114,7 @@
 Here are some ways to get protoc:
 
 * Linux: `apt-get install protobuf-compiler`
-* Mac [homebrew](http://brew.sh/): `brew install protobuf`
+* Mac [homebrew](https://brew.sh/): `brew install protobuf`
 
 If the version installed this way doesn't work, an alternative is to
 [compile protoc from source](https://developers.google.com/protocol-buffers/docs/downloads).