This is an automated email from the ASF dual-hosted git repository.

vinoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new e692c70  [MINOR] Fix deprecated build link for travis (#2778)
e692c70 is described below

commit e692c704da732c0f2a4d2892729687766a462e53
Author: Harshit Mittal <[email protected]>
AuthorDate: Tue Apr 6 17:57:10 2021 -0700

    [MINOR] Fix deprecated build link for travis (#2778)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index de4c710..c961001 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Hudi manages the storage of large analytical datasets on DFS 
(Cloud stores, HDFS
 
 <https://hudi.apache.org/>
 
-[![Build 
Status](https://travis-ci.org/apache/hudi.svg?branch=master)](https://travis-ci.org/apache/hudi)
+[![Build 
Status](https://travis-ci.com/apache/hudi.svg?branch=master)](https://travis-ci.com/apache/hudi)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.hudi/hudi/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.hudi%22)
 [![Join on 
Slack](https://img.shields.io/badge/slack-%23hudi-72eff8?logo=slack&color=48c628&label=Join%20on%20Slack)](https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)

Reply via email to