Skip to content

Commit 0ce9598

Browse files
committed
Add links in docs, mention tutorials
1 parent 8391571 commit 0ce9598

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ about gRPC on the [gRPC project's website][grpcio].
88
>
99
> v1.x is still supported and maintained on the `release/1.x` branch.
1010
11-
- πŸ“š **Documentation** is available on the [Swift Package Index][spi-grpc-swift]
11+
- πŸ“š **Documentation** and **tutorials** are available on the [Swift Package Index][spi-grpc-swift]
1212
- πŸ’» **Examples** are available in the [Examples](Examples) directory
1313
- πŸš€ **Contributions** are welcome, please see [CONTRIBUTING.md](CONTRIBUTING.md)
1414
- πŸͺͺ **License** is Apache 2.0, repeated in [LICENSE](License)

β€ŽSources/GRPCCore/Documentation.docc/Documentation.mdβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ gRPC Swift is distributed across multiple Swift packages. These are:
1313
- GitHub repository: [`grpc/grpc-swift`](https://github.com/grpc/grpc-swift)
1414
- Documentation: hosted on the [Swift Package
1515
Index](https://swiftpackageindex.com/grpc/grpc-swift/documentation)
16-
- `grpc-swift-nio-transport` contains high-performance HTTP/2 transports built on top of SwiftNIO.
16+
- `grpc-swift-nio-transport` contains high-performance HTTP/2 transports built on top
17+
of [SwiftNIO](https://github.com/apple/swift-nio).
1718
- GitHub repository: [`grpc/grpc-swift-nio-transport`](https://github.com/grpc/grpc-swift-nio-transport)
1819
- Documentation: hosted on the [Swift Package
1920
Index](https://swiftpackageindex.com/grpc/grpc-swift-nio-transport/documentation)
20-
- `grpc-swift-protobuf` contains runtime serialization components to interoperate with SwiftProtobuf
21-
as well as a plugin for the Protocol Buffers compiler, `protoc`.
21+
- `grpc-swift-protobuf` contains runtime serialization components to interoperate with
22+
[SwiftProtobuf](https://github.com/apple/swift-protobuf) as well as a plugin for the Protocol
23+
Buffers compiler, `protoc`.
2224
- GitHub repository: [`grpc/grpc-swift-protobuf`](https://github.com/grpc/grpc-swift-protobuf)
2325
- Documentation: hosted on the [Swift Package
2426
Index](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation)

0 commit comments

Comments
Β (0)