This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new 9c72e1b link api schema to specification overview page (#1030)
9c72e1b is described below
commit 9c72e1b0ece22745f3b4cb3b4b60f7f5f6f32302
Author: Mark Deuser <[email protected]>
AuthorDate: Tue Feb 5 23:59:22 2019 -0500
link api schema to specification overview page (#1030)
* link api schema to specification overview page
* fix typos
---
specification/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/specification/README.md b/specification/README.md
index 74cbdfb..35c4b68 100644
--- a/specification/README.md
+++ b/specification/README.md
@@ -65,6 +65,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "S
- [Rules](html/spec_rule.md#rules) - grammar, schema and examples for Rules.
- [Sequences](html/spec_sequences.md#sequences) - schema to compose multiple
Actions into a single, named Action sequence.
- [Entity Naming &
Namespacing](html/spec_entity_naming_and_namespacing.md#naming-and-namespacing)
- describes what characters can be used to name Packages, Actions, Triggers and
Rules and how to manage them with namespaces.
+- [APIs](html/spec_apis.md#apis) - grammar, schema and examples for APIs.
#### References
- [Normative & Non-normative References](html/spec_normative_refs.md)