diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-09 17:41:41 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-09 18:02:25 +0000 |
commit | b71482aae05f1a68cde23c72aa67e2b0c97a3d40 (patch) | |
tree | 7d65da94b8db00a4096456d49f6e75be76ecd2ba /docs/development/devtools | |
parent | 457d1d40a54adc30b3afdb7245a7d53828f6239c (diff) |
Document Policy GUI and gui-server
Issue-ID: POLICY-4138
Change-Id: If7eccc6057ce54609ab6ad07dd3a9bd129caa93a
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/development/devtools')
-rw-r--r-- | docs/development/devtools/drools-smoke.rst | 2 | ||||
-rw-r--r-- | docs/development/devtools/strimzi-policy.rst | 2 | ||||
-rw-r--r-- | docs/development/devtools/xacml-smoke.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/devtools/drools-smoke.rst b/docs/development/devtools/drools-smoke.rst index 07c812c4..dacefdd4 100644 --- a/docs/development/devtools/drools-smoke.rst +++ b/docs/development/devtools/drools-smoke.rst @@ -21,7 +21,7 @@ ONAP OOM kubernetes For installation instructions, please refer to the following documentation: -`OOM Quick Start Guide <https://docs.onap.org/projects/onap-oom/en/latest/oom_quickstart_guide.html>`_ +`OOM Documentation <https://docs.onap.org/projects/onap-oom/en/latest/>`_ At a minimum policy needs the following components installed: diff --git a/docs/development/devtools/strimzi-policy.rst b/docs/development/devtools/strimzi-policy.rst index 772281e8..a3fce3f8 100644 --- a/docs/development/devtools/strimzi-policy.rst +++ b/docs/development/devtools/strimzi-policy.rst @@ -194,7 +194,7 @@ Download OOM repo The Policy kubernetes chart is located in the `OOM repository <https://github.com/onap/oom/tree/master/kubernetes/policy>`_. This chart includes different policy components referred as <policy-component-name>. -Please refer to the `OOM documentation <https://docs.onap.org/projects/onap-oom/en/latest/oom_user_guide.html>`_ on how to install and deploy ONAP. +Please refer to the `OOM documentation <https://docs.onap.org/projects/onap-oom/en/latest>`_ on how to install and deploy ONAP. .. code-block:: bash cd diff --git a/docs/development/devtools/xacml-smoke.rst b/docs/development/devtools/xacml-smoke.rst index 5b7eb8ea..91818c66 100644 --- a/docs/development/devtools/xacml-smoke.rst +++ b/docs/development/devtools/xacml-smoke.rst @@ -21,7 +21,7 @@ ONAP OOM kubernetes For installation instructions, please refer to the following documentation: -`OOM Quick Start Guide <https://docs.onap.org/projects/onap-oom/en/latest/oom_quickstart_guide.html>`_ +`OOM Documentation <https://docs.onap.org/projects/onap-oom/en/latest/>`_ At a minimum policy needs the following components installed: |