aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture/architecture.rst
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-11-01 13:16:21 +0000
committerLiam Fallon <liam.fallon@est.tech>2022-11-01 17:00:48 +0000
commit688a2dd3a681c28ac48ad737316c2dc1dff08526 (patch)
tree2cec8ad6af476f64fdf13f495788a277ee88644b /docs/architecture/architecture.rst
parentb0f136169fcf812b4f030a6d0ffe2817977b313c (diff)
Fix doc config files and dead links
Documentation config fixed as instructed. Configuration files have been copied from examples provided by the documentation project. Dead links are fixed as well, they cause build fails now. Issue-ID: POLICY-4426 Change-Id: Ied5ca5e5a24f7a625e5b2d94c46d0c2347c68ace Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/architecture/architecture.rst')
-rw-r--r--docs/architecture/architecture.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst
index cd0e0be9..69484ac3 100644
--- a/docs/architecture/architecture.rst
+++ b/docs/architecture/architecture.rst
@@ -476,20 +476,20 @@ The following services will be required for the ONAP Policy Framework:
================ ============================== =======================================================================
**Service** **Endpoint** **Description**
================ ============================== =======================================================================
-PAP https://policy-pap The PAP service, used for policy administration and deployment. See
+PAP policy-pap The PAP service, used for policy administration and deployment. See
:ref:`Policy Design and Development <design-label>` for details of the
API for this service
-PDP-X-\ *domain* https://policy-pdpx-\ *domain* A PDP service is defined for each PDP group. A PDP group is identified
+PDP-X-\ *domain* policy-pdpx-\ *domain* A PDP service is defined for each PDP group. A PDP group is identified
by the domain on which it operates.
For example, there could be two PDP-X domains, one for admission
policies for ONAP proper and another for admission policies for VNFs of
operator *Supacom*. Two PDP-X services are defined:
- | https://policy-pdpx-onap
- | https://policy-pdpx-\ *supacom*
-PDP-D-\ *domain* https://policy-pdpd-\ *domain*
-PDP-A-\ *domain* https://policy-pdpa-\ *domain*
+ | policy-pdpx-onap
+ | policy-pdpx-\ *supacom*
+PDP-D-\ *domain* policy-pdpd-\ *domain*
+PDP-A-\ *domain* policy-pdpa-\ *domain*
================ ============================== =======================================================================
There is one and only one PAP service, which handles policy deployment, administration, and monitoring for all policies