You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2021/10/07 13:07:59 UTC

[openwhisk-client-go] branch master updated: fix travis URL (#152)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 3870989  fix travis URL (#152)
3870989 is described below

commit 38709899040b82b1ab2414b542668da4145af171
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Oct 7 09:07:43 2021 -0400

    fix travis URL (#152)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3254655..7261f32 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Openwhisk Client Go
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Build Status](https://travis-ci.com/apache/openwhisk-client-go.svg?branch=master)](https://travis-ci.com/apache/openwhisk-client-go)
+[![Build Status](https://travis-ci.com/apache/openwhisk-client-go.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-client-go)
 
 This project `openwhisk-client-go` is a Go client library to access the Openwhisk API.