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-package-alarms.git


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

commit ec7a255df4d6f38be068437f2ba555f5159c32d7
Author: David Grove <[email protected]>
AuthorDate: Wed Oct 6 22:19:23 2021 -0400

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

diff --git a/README.md b/README.md
index 17c4bf6..8ed13be 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 # Apache OpenWhisk Alarm Package
 
 
[![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-package-alarms.svg?branch=master)](https://travis-ci.com/apache/openwhisk-package-alarms)
+[![Build 
Status](https://travis-ci.com/apache/openwhisk-package-alarms.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-package-alarms)
 
 The `/whisk.system/alarms` package can be used to fire a trigger at a 
specified frequency. Alarms are useful for setting up recurring jobs or tasks, 
such as invoking a system backup action every hour.
 

Reply via email to