Skip to content

Commit 55d3577

Browse files
Update some of the docs links
1 parent f0ca341 commit 55d3577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![CircleCI](https://circleci.com/gh/grpc-ecosystem/grpc-gateway.svg?style=svg)](https://circleci.com/gh/grpc-ecosystem/grpc-gateway)
44

5-
grpc-gateway is a plugin of [protoc](http://github.com/google/protobuf).
6-
It reads [gRPC](http://github.com/grpc/grpc-common) service definition,
5+
grpc-gateway is a plugin of [protoc](https://github.com/protocolbuffers/protobuf).
6+
It reads a [gRPC](https://grpc.io) service definition,
77
and generates a reverse-proxy server which translates a RESTful JSON API into gRPC.
8-
This server is generated according to [custom options](https://cloud.google.com/service-management/reference/rpc/google.api#http) in your gRPC definition.
8+
This server is generated according to [custom options](https://cloud.google.com/service-infrastructure/docs/service-management/reference/rpc/google.api#http) in your gRPC definition.
99

1010
It helps you to provide your APIs in both gRPC and RESTful style at the same time.
1111

0 commit comments

Comments
 (0)