diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-09-01 08:14:46 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2022-09-01 08:14:52 +0100 |
commit | 0ab0fd64fc7e2705ee772c0b5ccaa18c0bd84db2 (patch) | |
tree | 805e2a500691ba7be1244b0d17f9948a0fd95290 /docs/admin-guide.rst | |
parent | b176de24a873cbd6ff8df07c7947ed6ba7093af7 (diff) |
Fixing more RTD warnings
Issue-ID: CPS-1237
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ic2ccad169b9ca96ab1788d2ae33d7ead8180b968
Diffstat (limited to 'docs/admin-guide.rst')
-rw-r--r-- | docs/admin-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index 0d7c398e10..efa23b5035 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -158,9 +158,9 @@ Logger configuration is provided as a chart resource : +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ | cps-component-service-name | logback.xml location | +================================+==================================================================================================================================+ - | cps-core | `logback.xml <https://github.com/onap/oom/blob/master/kubernetes/cps/components/cps-core/resources/config/logback.xml>`__ | + | cps-core | `logback.xml <https://github.com/onap/oom/blob/master/kubernetes/cps/components/cps-core/resources/config/logback.xml>`__ | +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ - | cps-temporal | `logback.xml <https://github.com/onap/oom/blob/master/kubernetes/cps/components/cps-temporal/resources/config/logback.xml>`__ | + | cps-temporal | `logback.xml <https://github.com/onap/oom/blob/master/kubernetes/cps/components/cps-temporal/resources/config/logback.xml>`__ | +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ | ncmp-dmi-plugin | Not yet applicable to DMI-Plugin | +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ |