Skip to content

Commit

Permalink
all: canonicalize URL prefixes to https://grpc.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdada committed Jul 11, 2017
1 parent bdc3980 commit 44ce204
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Readme](SECURITY.md).
<table>
<tr>
<td><b>Homepage:</b></td>
<td><a href="http://www.grpc.io/">www.grpc.io</a></td>
<td><a href="https://grpc.io/">grpc.io</a></td>
</tr>
<tr>
<td><b>Mailing List:</b></td>
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -385,4 +385,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/).
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -304,7 +304,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 = "Google, Inc."
organizationUrl "https://www.google.com"
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/android/README.md
Expand Up @@ -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.

Expand All @@ -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.

0 comments on commit 44ce204

Please sign in to comment.