diff --git a/README.md b/README.md index fbe46baa20..6f46c03281 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Readme](SECURITY.md).
| Homepage: | -www.grpc.io | +grpc.io |
| Mailing List: | diff --git a/RELEASING.md b/RELEASING.md index 2e15c0a551..86c3b958eb 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -392,4 +392,4 @@ git commit -m "Javadoc for $MAJOR.$MINOR.$PATCH" ``` Push gh-pages to the main repository and verify the current version is [live -on grpc.io](http://www.grpc.io/grpc-java/javadoc/). +on grpc.io](https://grpc.io/grpc-java/javadoc/). diff --git a/build.gradle b/build.gradle index 7005cde1be..2bc26dc7ce 100644 --- a/build.gradle +++ b/build.gradle @@ -316,7 +316,7 @@ subprojects { id "grpc.io" name "gRPC Contributors" email "grpc-io@googlegroups.com" - url "http://grpc.io/" + url "https://grpc.io/" // https://issues.gradle.org/browse/GRADLE-2719 organization = "gRPC Authors" organizationUrl "https://www.google.com" diff --git a/examples/README.md b/examples/README.md index 198deb8e4a..55c76f49b4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,7 +6,7 @@ to check out a git release tag, since there will already be a build of grpc available. Otherwise you must follow [COMPILING](../COMPILING.md). You may want to read through the -[Quick Start Guide](http://www.grpc.io/docs/quickstart/java.html) +[Quick Start Guide](https://grpc.io/docs/quickstart/java.html) before trying out the examples. To build the examples, run in this directory: @@ -35,7 +35,7 @@ $ ./build/install/examples/bin/hello-world-client That's it! Please refer to gRPC Java's [README](../README.md) and -[tutorial](http://www.grpc.io/docs/tutorials/basic/java.html) for more +[tutorial](https://grpc.io/docs/tutorials/basic/java.html) for more information. ## Maven diff --git a/examples/android/README.md b/examples/android/README.md index f96b2ebcd7..3222c1260e 100644 --- a/examples/android/README.md +++ b/examples/android/README.md @@ -7,7 +7,7 @@ PREREQUISITES - [Android Tutorial](https://developer.android.com/training/basics/firstapp/index.html) if you're new to Android development -- [gRPC Java Android Quick Start Guide](http://www.grpc.io/docs/quickstart/android.html) +- [gRPC Java Android Quick Start Guide](https://grpc.io/docs/quickstart/android.html) - We only have Android gRPC client in this example. Please follow examples in other languages to build and run a gRPC server. @@ -28,5 +28,5 @@ $ ./gradlew installDebug ``` Please refer to the -[tutorial](http://www.grpc.io/docs/tutorials/basic/android.html) on +[tutorial](https://grpc.io/docs/tutorials/basic/android.html) on how to use gRPC in Android programs. diff --git a/stub/src/main/java/io/grpc/stub/package-info.java b/stub/src/main/java/io/grpc/stub/package-info.java index ff7ce2515b..59a0b95907 100644 --- a/stub/src/main/java/io/grpc/stub/package-info.java +++ b/stub/src/main/java/io/grpc/stub/package-info.java @@ -22,7 +22,7 @@ * *