diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2022-09-01 09:00:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-01 09:00:07 +0000 |
commit | c1915b5af27e4ee3ff89fd881e753e029a0bf5da (patch) | |
tree | fdd8348b5ca8523f501b0971130a4b3e8caccb05 /docs | |
parent | 791af2fb0f717a2b58d55a7d16d6fb33060b7205 (diff) | |
parent | 0ab0fd64fc7e2705ee772c0b5ccaa18c0bd84db2 (diff) |
Merge "Fixing more RTD warnings"
Diffstat (limited to 'docs')
-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 | +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ |