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/openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new 9e02625 Fix link to spec. docs for triggers and rules (#1093)
9e02625 is described below
commit 9e02625fbf8b6299fa8607156841f04ae1041917
Author: Matt Rutkowski <[email protected]>
AuthorDate: Fri Apr 17 16:05:13 2020 -0500
Fix link to spec. docs for triggers and rules (#1093)
---
docs/wskdeploy_triggerrule_trigger_bindings.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/wskdeploy_triggerrule_trigger_bindings.md
b/docs/wskdeploy_triggerrule_trigger_bindings.md
index 8b71df9..1bb33c4 100644
--- a/docs/wskdeploy_triggerrule_trigger_bindings.md
+++ b/docs/wskdeploy_triggerrule_trigger_bindings.md
@@ -119,7 +119,8 @@ $ wsk activation get 3a7c92468b4e4170bc92468b4eb170f1
### Specification
For convenience, the Actions and Parameters grammar can be found here:
-- **[Triggers and
Rules](https://github.com/apache/openwhisk-wskdeploy/blob/master/specification/html/spec_trigger_rule.md#triggers-and-rules)**
+-
**[Triggers](https://github.com/apache/openwhisk-wskdeploy/blob/master/specification/html/spec_trigger.md#triggers)**
+-
**[Rules](https://github.com/apache/openwhisk-wskdeploy/blob/master/specification/html/spec_rule.md#rules)**
---
<!--