diff options
author | saul.gill <saul.gill@est.tech> | 2023-02-27 16:25:38 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-02-28 08:59:49 +0000 |
commit | ce601f27a0c8f2cb969d2ba2c3a5e21990b46287 (patch) | |
tree | a4cd41f24ca4e1842a072b6e120e15409ff06049 /docs/drools | |
parent | 23090adbfe10f06984ab1790959c1f77d7c95269 (diff) |
Fix broken links
Issue-ID: POLICY-4570
Change-Id: Iaf8e492c5c00631a476b113076b278a4ae1c6af4
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'docs/drools')
-rw-r--r-- | docs/drools/pdpdApps.rst | 6 | ||||
-rw-r--r-- | docs/drools/pdpdEngine.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/drools/pdpdApps.rst b/docs/drools/pdpdApps.rst index 58bbb068..5ef0a3fc 100644 --- a/docs/drools/pdpdApps.rst +++ b/docs/drools/pdpdApps.rst @@ -877,9 +877,9 @@ Running PDP-D Control Loop Application with other components The reader can also look at the `policy/docker repository <https://github.com/onap/policy-docker/tree/master/csit>`__. More specifically, these directories have examples of other PDP-D Control Loop configurations: -* `plans <https://github.com/onap/policy-docker/tree/master/csit/drools-applications/plans>`__: startup & teardown scripts. -* `scripts <https://github.com/onap/policy-docker/blob/master/csit/docker-compose-all.yml>`__: docker-compose file. -* `tests <https://github.com/onap/policy-docker/tree/master/csit/drools-applications/tests>`__: test plan. +* `plans <https://github.com/onap/policy-docker/tree/master/compose>`__: startup & teardown scripts. +* `scripts <https://github.com/onap/policy-docker/blob/master/compose/docker-compose.yml>`__: docker-compose file. +* `tests <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/drools-applications-test.robot>`__: test plan. Additional information ====================== diff --git a/docs/drools/pdpdEngine.rst b/docs/drools/pdpdEngine.rst index 6992a8ed..22e5cbeb 100644 --- a/docs/drools/pdpdEngine.rst +++ b/docs/drools/pdpdEngine.rst @@ -1380,9 +1380,9 @@ Other examples The reader can also look at the `policy/docker repository <https://github.com/onap/policy-docker/tree/master/csit>`__. More specifically, these directories have examples of other PDP-D configurations: -* `plans <https://github.com/onap/policy-docker/tree/master/csit/drools-pdp/plans>`__: startup & teardown scripts. -* `scripts <https://github.com/onap/policy-docker/blob/master/csit/docker-compose-all.yml>`__: docker-compose file. -* `tests <https://github.com/onap/policy-docker/tree/master/csit/drools-pdp/tests>`__: test plan. +* `plans <https://github.com/onap/policy-docker/tree/master/compose>`__: startup & teardown scripts. +* `scripts <https://github.com/onap/policy-docker/blob/master/compose/docker-compose.yml>`__: docker-compose file. +* `tests <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/drools-pdp-test.robot>`__: test plan. Configuring the PDP-D in an OOM Kubernetes installation ======================================================= |