From 9ef437d2be3b241577c5882a15ae19df6c222f03 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Wed, 7 Mar 2018 09:33:47 +0100 Subject: [PATCH] Fix the Travis badge after move (#62) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1489a4..08d9c52 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ The [Dart](https://www.dartlang.org/) implementation of [gRPC](https://grpc.io/): A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. -[![Build Status](https://travis-ci.org/dart-lang/grpc-dart.svg?branch=master)](https://travis-ci.org/dart-lang/grpc-dart) +[![Build Status](https://travis-ci.org/grpc/grpc-dart.svg?branch=master)](https://travis-ci.org/grpc/grpc-dart) # Usage