diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2021-10-21 09:35:48 +0100 |
---|---|---|
committer | Toine Siebelink <toine.siebelink@est.tech> | 2021-10-28 10:29:35 +0000 |
commit | a778bf0673f47a660ae078da267e05c006559629 (patch) | |
tree | a43179bb8c535322c0a72f793a34cd981df667d1 | |
parent | b97d13cd99b585ea1f77d3662028e6c651e945b8 (diff) |
Test links accross different name-spaces
(includes .gitignore update for log.zip files)
Issue-ID: CPS-721
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I837db878288ca8d630fb2d0952d5d726d68b1c73
(cherry picked from commit c2538d3272d7c93aba3bdc6cd0c81aff9afb9a79)
-rwxr-xr-x | .gitignore | 1 | ||||
-rwxr-xr-x | docs/index.rst | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3da7d4a057..58f1b2b12f 100755 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.jar *.war *.log +*.log.zip cps-application/archunit_store target/ diff --git a/docs/index.rst b/docs/index.rst index cbe1b69d08..b749604eeb 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,9 +25,9 @@ CPS Documentation DMI-Plugin Documentation ----------------------------- -* `DMI-Plugin <https://docs.onap.org/projects/onap-cps-ncmp-dmi-plugin/en/latest/index.html>`_ +* :ref:`DMI-Plugin<onap-cps-ncmp-dmi-plugin:master_index>` CPS-Temporal Documentation -------------------------- -* `CPS-Temporal <https://docs.onap.org/projects/onap-cps-cps-temporal/en/latest/index.html>`_ +* :ref:`CPS-Temporal<onap-cps-cps-temporal:master_index>` |