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/05 17:28:53 UTC

[openwhisk-runtime-java] branch dgrove-oss-patch-1 created (now 048b632)

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

dgrove pushed a change to branch dgrove-oss-patch-1
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git.


      at 048b632  fix travis url

This branch includes the following new commits:

     new 048b632  fix travis url

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[openwhisk-runtime-java] 01/01: fix travis url

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch dgrove-oss-patch-1
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git

commit 048b632f690f75e14d2066d7a66db98feb1efcac
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Oct 5 13:28:48 2021 -0400

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

diff --git a/README.md b/README.md
index 06dbdba..58f46c9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # Apache OpenWhisk runtimes for java
 
-[![Build Status](https://travis-ci.com/apache/openwhisk-runtime-java.svg?branch=master)](https://travis-ci.com/apache/openwhisk-runtime-java)
+[![Build Status](https://travis-ci.com/apache/openwhisk-runtime-java.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-runtime-java)
 
 ## Changelogs
 - [Java 8 CHANGELOG.md](core/java8/CHANGELOG.md)