Browse Source

Redirect users to master, update build-badge to point to the cgrpc branch (#744)

George Barnett 5 years ago
parent
commit
37e2d1983b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,10 +1,10 @@
-[![Build Status](https://travis-ci.org/grpc/grpc-swift.svg?branch=master)](https://travis-ci.org/grpc/grpc-swift)
+[![Build Status](https://travis-ci.org/grpc/grpc-swift.svg?branch=cgrpc)](https://travis-ci.org/grpc/grpc-swift)
 
 
 # ‼️ Please use the `nio` branch ‼️
 # ‼️ Please use the `nio` branch ‼️
 
 
-**gRPC Swift versions** `v0.x` **based on gRPC-Core will soon be replaced with a re-implementation based on [SwiftNIO](https://github.com/apple/swift-nio).** 
+**gRPC Swift versions** `v0.x` **based on gRPC-Core will soon be replaced with a re-implementation based on [SwiftNIO](https://github.com/apple/swift-nio).**
 
 
-**We strongly suggest that new projects use [the re-implementation from the `nio` branch](https://github.com/grpc/grpc-swift/tree/nio) which we consider to be production ready.** 
+**We strongly suggest that new projects use [the re-implementation from the `master` branch](https://github.com/grpc/grpc-swift/tree/master) which we consider to be production ready.**
 
 
 **Please see [DEPRECATION.md](DEPRECATION.md) for more information.**
 **Please see [DEPRECATION.md](DEPRECATION.md) for more information.**