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

[openwhisk-website] branch master updated: fix travis url (#493)

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

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


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

commit f07613e386d25f659d4f2f07bf980d790577e909
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Oct 6 22:22:20 2021 -0400

    fix travis url (#493)
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 05a37a9..6897c1d 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@
 
 # Apache OpenWhisk Website
 
-[![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-website.svg?branch=master)](https://travis-ci.com/apache/openwhisk-website)
+[![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-website.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-website)
 
 Apache OpenWhisk is a cloud-first distributed event-based programming service. It provides a programming model to upload event handlers to a cloud service, and register the handlers to respond to various events.