Skip to content

Commit e3283ac

Browse files
authored
Update links in gRPC Swift 2 post (#1037)
gRPC Swift 2 moved to a new repo; the links in the gRPC post should be updated to reflect that move.
1 parent 50c3944 commit e3283ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-02-14-grpc-swift-2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ gRPC Swift 2 was designed with flexibility in mind. It's distributed as a
166166
collection of packages, allowing you to pick and choose the components which
167167
best suit your needs. These features are provided by the following packages:
168168

169-
* [grpc/grpc-swift](https://github.com/grpc/grpc-swift) provides runtime
169+
* [grpc/grpc-swift-2](https://github.com/grpc/grpc-swift-2) provides runtime
170170
abstractions and types.
171171
* [grpc/grpc-swift-nio-transport](https://github.com/grpc/grpc-swift-nio-transport)
172172
implements client and server transports using HTTP/2 and is built on top of
@@ -183,11 +183,11 @@ best suit your needs. These features are provided by the following packages:
183183
## Next Steps
184184

185185
To get started with gRPC Swift 2 check out the [tutorials and
186-
documentation](https://swiftpackageindex.com/grpc/grpc-swift/documentation)
186+
documentation](https://swiftpackageindex.com/grpc/grpc-swift-2/documentation)
187187
which are hosted on the Swift Package Index, or try out one of the examples in
188-
the [grpc/grpc-swift](https://github.com/grpc/grpc-swift) repository.
188+
the [grpc/grpc-swift-2](https://github.com/grpc/grpc-swift-2) repository.
189189

190190
If you have feature requests, want to report a bug, or would like to contribute
191191
to the project then please reach out to us on
192-
[GitHub](https://github.com/grpc/grpc-swift) or join us on the [Swift
192+
[GitHub](https://github.com/grpc/grpc-swift-2) or join us on the [Swift
193193
forums](https://forums.swift.org/c/related-projects/grpc-swift/). Let’s connect!

0 commit comments

Comments
 (0)