Skip to content

Commit 3dc41a0

Browse files
committed
Refer to docs
1 parent fda3363 commit 3dc41a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/GRPCCore/Documentation.docc/Tutorials/Hello-World/Hello-World.tutorial

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
Let's start by running the existing Greeter application.
3030

3131
As a prerequisite you must have the Protocol Buffers compiler (`protoc`) installed. You can
32-
find the instructions for doing this in the [Protocol Buffers GitHub
33-
repository](https://github.com/protocolbuffers/protobuf?tab=readme-ov-file#protobuf-compiler-installation).
32+
find the instructions for doing this in the [gRPC Swift Protobuf
33+
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/installing-protoc).
3434
The remainder of this tutorial assumes you installed `protoc` and it's available in
3535
your `$PATH`.
3636

Sources/GRPCCore/Documentation.docc/Tutorials/Route-Guide/Route-Guide.tutorial

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
to depend on gRPC Swift.
2222

2323
As a prerequisite you must have the Protocol Buffers compiler (`protoc`) installed. You can
24-
find the instructions for doing this in the [Protocol Buffers GitHub
25-
repository](https://github.com/protocolbuffers/protobuf?tab=readme-ov-file#protobuf-compiler-installation).
24+
find the instructions for doing this in the [gRPC Swift Protobuf
25+
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/installing-protoc).
2626
The remainder of this tutorial assumes you installed `protoc` and it's available in
2727
your `$PATH`.
2828

0 commit comments

Comments
 (0)