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