From 51a95973cc440cb9a5ed82e84601e71f6a3d1960 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 27 Oct 2020 16:06:51 -0700 Subject: [PATCH] README: Migrate Travis badge to travis-ci.com Signed-off-by: Anders Kaseorg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0415f9a..cc06d1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# zulip-csharp [![Build Status](https://travis-ci.org/zulip/zulip-csharp.svg?branch=master)](https://travis-ci.org/zulip/zulip-csharp) +# zulip-csharp [![Build Status](https://travis-ci.com/zulip/zulip-csharp.svg?branch=master)](https://travis-ci.com/github/zulip/zulip-csharp) ZulipCSharp is a library to connect to a Zulip server via API based on .NET Core ## Devlopment