Updating doc references 22/113622/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Wed, 7 Oct 2020 17:00:24 +0000 (13:00 -0400)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Wed, 7 Oct 2020 17:00:24 +0000 (13:00 -0400)
Issue-ID: CCSDK-2846
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ia32c855dc48549a50933849a260e3d4d86b98adf

docs/modelingconcepts/dynamic-payload.rst
docs/modelingconcepts/expression.rst
docs/modelingconcepts/external-system.rst
docs/modelingconcepts/index.rst
docs/modelingconcepts/scripts.rst
docs/modelingconcepts/southbound-interfaces.rst
docs/modelingconcepts/test.rst
docs/modelingconcepts/tosca-meta.rst
docs/modelingconcepts/workflow.rst

index 8f378c0..f9c8157 100644 (file)
@@ -3,6 +3,8 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
+.. _dynamic_payload:
+
 Dynamic Payload
 ---------------
 
index 059cf7c..9ce5659 100644 (file)
@@ -3,7 +3,6 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
-
 .. _expression:
 
 Expression
index 806600f..598cd45 100644 (file)
@@ -3,6 +3,8 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
+.. _external_system:
+
 External Systems support
 ------------------------
 
index 1b9d93c..d8ea3de 100644 (file)
@@ -3,6 +3,8 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
+.. _modeling_concepts:
+
 Modeling Concepts
 =================
 
index 39330f1..11ebb9e 100644 (file)
@@ -3,6 +3,8 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
+.. _scripts:
+
 Scripts
 -------
 
index d2bde92..c86fb82 100644 (file)
@@ -3,6 +3,8 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
+.. _southbound_interface:
+
 Southbound Interfaces
 ---------------------
 
index 53bbc1a..1ea8b88 100644 (file)
@@ -3,6 +3,8 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
+.. _tests:
+
 Tests
 -----
 
index 938af31..095defe 100644 (file)
@@ -3,6 +3,8 @@
 .. International License. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2020 Deutsche Telekom AG.
 
+.. _tosca_meta:
+
 Tosca Meta
 ----------
 
index 9b9bd52..f76fdea 100644 (file)
@@ -19,7 +19,7 @@ A workflow defines an overall action to be taken on the service, hence is an
 entry-point for the run-time execution of the :ref:`CBA Package <cba>`.
 
 A workflow also defines **inputs** and **outputs** that will defined the **payload contract**
-of the **request** and **response** (see :ref:`Dynamic API`)
+of the **request** and **response** (see :ref:`dynamic_payload`)
 
 A workflow can be **composed** of one or multiple **sub-actions** to execute.