aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-10-07 13:00:24 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-10-07 13:00:24 -0400
commitcef859c192e84d61f2e98afc6f208772c1ac4699 (patch)
treef8437ed8ffaf23acbb52342c2e6f6bc9080e9d0d /docs
parent6c0a2e9e991bf94b3ed97516ac2d6614f87f66f2 (diff)
Updating doc references
Issue-ID: CCSDK-2846 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia32c855dc48549a50933849a260e3d4d86b98adf
Diffstat (limited to 'docs')
-rw-r--r--docs/modelingconcepts/dynamic-payload.rst2
-rw-r--r--docs/modelingconcepts/expression.rst1
-rw-r--r--docs/modelingconcepts/external-system.rst2
-rw-r--r--docs/modelingconcepts/index.rst2
-rw-r--r--docs/modelingconcepts/scripts.rst2
-rw-r--r--docs/modelingconcepts/southbound-interfaces.rst2
-rw-r--r--docs/modelingconcepts/test.rst2
-rw-r--r--docs/modelingconcepts/tosca-meta.rst2
-rw-r--r--docs/modelingconcepts/workflow.rst2
9 files changed, 15 insertions, 2 deletions
diff --git a/docs/modelingconcepts/dynamic-payload.rst b/docs/modelingconcepts/dynamic-payload.rst
index 8f378c069..f9c8157d4 100644
--- a/docs/modelingconcepts/dynamic-payload.rst
+++ b/docs/modelingconcepts/dynamic-payload.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _dynamic_payload:
+
Dynamic Payload
---------------
diff --git a/docs/modelingconcepts/expression.rst b/docs/modelingconcepts/expression.rst
index 059cf7cd1..9ce5659dc 100644
--- a/docs/modelingconcepts/expression.rst
+++ b/docs/modelingconcepts/expression.rst
@@ -3,7 +3,6 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
-
.. _expression:
Expression
diff --git a/docs/modelingconcepts/external-system.rst b/docs/modelingconcepts/external-system.rst
index 806600f4d..598cd451e 100644
--- a/docs/modelingconcepts/external-system.rst
+++ b/docs/modelingconcepts/external-system.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _external_system:
+
External Systems support
------------------------
diff --git a/docs/modelingconcepts/index.rst b/docs/modelingconcepts/index.rst
index 1b9d93c98..d8ea3de4b 100644
--- a/docs/modelingconcepts/index.rst
+++ b/docs/modelingconcepts/index.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _modeling_concepts:
+
Modeling Concepts
=================
diff --git a/docs/modelingconcepts/scripts.rst b/docs/modelingconcepts/scripts.rst
index 39330f166..11ebb9e34 100644
--- a/docs/modelingconcepts/scripts.rst
+++ b/docs/modelingconcepts/scripts.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _scripts:
+
Scripts
-------
diff --git a/docs/modelingconcepts/southbound-interfaces.rst b/docs/modelingconcepts/southbound-interfaces.rst
index d2bde92a8..c86fb8262 100644
--- a/docs/modelingconcepts/southbound-interfaces.rst
+++ b/docs/modelingconcepts/southbound-interfaces.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _southbound_interface:
+
Southbound Interfaces
---------------------
diff --git a/docs/modelingconcepts/test.rst b/docs/modelingconcepts/test.rst
index 53bbc1adf..1ea8b889f 100644
--- a/docs/modelingconcepts/test.rst
+++ b/docs/modelingconcepts/test.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _tests:
+
Tests
-----
diff --git a/docs/modelingconcepts/tosca-meta.rst b/docs/modelingconcepts/tosca-meta.rst
index 938af315a..095defe13 100644
--- a/docs/modelingconcepts/tosca-meta.rst
+++ b/docs/modelingconcepts/tosca-meta.rst
@@ -3,6 +3,8 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Deutsche Telekom AG.
+.. _tosca_meta:
+
Tosca Meta
----------
diff --git a/docs/modelingconcepts/workflow.rst b/docs/modelingconcepts/workflow.rst
index 9b9bd5220..f76fdea96 100644
--- a/docs/modelingconcepts/workflow.rst
+++ b/docs/modelingconcepts/workflow.rst
@@ -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.