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
[](http://www.apache.org/licenses/LICENSE-2.0)
-[](https://travis-ci.com/apache/openwhisk-package-alarms)
+[](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.