Skip to content

Commit b3ed034

Browse files
authored
Update gRPC and gRPC-Web links (#123)
1 parent 062ec97 commit b3ed034

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Examples/ElizaCocoaPodsApp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ the Connect library:
99

1010
- [Connect](https://connect.build) + unary
1111
- [Connect](https://connect.build) + streaming
12-
- [gRPC-Web](https://github.com/grpc/grpc-web) + unary
13-
- [gRPC-Web](https://github.com/grpc/grpc-web) + streaming
12+
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + unary
13+
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + streaming
1414

1515
**Note that vanilla gRPC support is not available in this example because
1616
[SwiftNIO does not support CocoaPods](https://github.com/apple/swift-nio/issues/2393).**

Examples/ElizaSwiftPackageApp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ the Connect library:
99

1010
- [Connect](https://connect.build) + unary
1111
- [Connect](https://connect.build) + streaming
12-
- [gRPC](https://grpc.io) + unary (using `ConnectGRPC` + `SwiftNIO`)
13-
- [gRPC](https://grpc.io) + streaming (using `ConnectGRPC` + `SwiftNIO`)
14-
- [gRPC-Web](https://github.com/grpc/grpc-web) + unary
15-
- [gRPC-Web](https://github.com/grpc/grpc-web) + streaming
12+
- [gRPC](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) + unary (using `ConnectGRPC` + `SwiftNIO`)
13+
- [gRPC](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) + streaming (using `ConnectGRPC` + `SwiftNIO`)
14+
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + unary
15+
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + streaming
1616

1717
## Try it out
1818

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ Offered under the [Apache 2 license](./LICENSE).
178178
[connect-web]: https://www.npmjs.com/package/@bufbuild/connect-web
179179
[error-handling]: https://connect.build/docs/swift/errors
180180
[getting-started]: https://connect.build/docs/swift/getting-started
181-
[grpc-protocol]: https://grpc.io
182-
[grpc-web-protocol]: https://github.com/grpc/grpc-web
181+
[grpc-protocol]: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
182+
[grpc-web-protocol]: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md
183183
[interceptors]: https://connect.build/docs/swift/interceptors
184184
[protobuf]: https://developers.google.com/protocol-buffers
185185
[slack]: https://buf.build/links/slack

0 commit comments

Comments
 (0)