This is an automated email from the ASF dual-hosted git repository.
pdesai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new 63c1524 Fix spacing issues caused by bad whitespace interp. in home
page source (#362)
63c1524 is described below
commit 63c1524c6538292311c8081cb8f37811b6d27d86
Author: Matt Rutkowski <[email protected]>
AuthorDate: Fri Mar 8 11:46:27 2019 -0600
Fix spacing issues caused by bad whitespace interp. in home page source
(#362)
---
_layouts/home.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/_layouts/home.html b/_layouts/home.html
index 2163893..51f9a3d 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -35,9 +35,7 @@ layout: default
<a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#openwhisk-actions">Actions</a>),
in any supported programming language, that can be dynamically
scheduled and run in response to associated events (via
- <a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/triggers_rules.md#creating-triggers-and-rules">Triggers</a>)
- from external sources (
- <a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/feeds.md#implementing-feeds">Feeds</a>)
+ <a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/triggers_rules.md#creating-triggers-and-rules">Triggers</a>)
from external sources (<a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/feeds.md#implementing-feeds">Feeds</a>)
or from HTTP requests. The project includes a REST API-based
Command Line Interface (CLI) along with other tooling to
support packaging, catalog services and many popular container