diff options
author | lukegleeson <luke.gleeson@est.tech> | 2021-11-02 15:03:41 +0000 |
---|---|---|
committer | lukegleeson <luke.gleeson@est.tech> | 2021-11-02 15:13:49 +0000 |
commit | b17558f422625b3f58e6eaa8f9df94913dd348a0 (patch) | |
tree | 312679e7500559cfcf120a5142eb3b6e7933e2d1 | |
parent | 3d7c85774d1fa2690c8720b6279be05c18e787b1 (diff) |
Updating links to Istanbul from latest
Issue-ID: CPS-721
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: I2573303311705a44d7c96c50a7f18b4daf1f3298
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/deployment.rst | 4 | ||||
-rw-r--r-- | docs/modeling.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 723fb21f..5fc02820 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ from docutils.parsers.rst import directives from docs_conf.conf import * #change 'latest' to relevant branch-name once branch has been created -branch = 'latest' +branch = 'istanbul' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' diff --git a/docs/deployment.rst b/docs/deployment.rst index 0d7b1031..ab215176 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -54,6 +54,6 @@ values to configure for the application being deployed. This list is not exhaust DMI-Plugin Docker Installation ============================== -DMI-Plugin can also be installed in a docker environment. Latest `docker-compose <https://github.com/onap/cps-ncmp-dmi-plugin/blob/master/docker-compose/docker-compose.yml>`_ is included in the repo to start all the relevant +DMI-Plugin can also be installed in a docker environment. Istanbul `docker-compose <https://github.com/onap/cps-ncmp-dmi-plugin/blob/istanbul/docker-compose/docker-compose.yml>`_ is included in the repo to start all the relevant services. -Latest instructions are covered in the `README <https://github.com/onap/cps-ncmp-dmi-plugin/blob/master/docker-compose/README.md>`_ +Istanbul instructions are covered in the `README <https://github.com/onap/cps-ncmp-dmi-plugin/blob/istanbul/docker-compose/README.md>`_. diff --git a/docs/modeling.rst b/docs/modeling.rst index f67b8a41..a69eec52 100644 --- a/docs/modeling.rst +++ b/docs/modeling.rst @@ -10,4 +10,4 @@ DMI-Plugin Modeling :maxdepth: 1 The DMI-Plugin acts as a proxy and as such does not have its own data model. For more information on the data which -is passed through the DMI-Plugin, please refer to :ref:`NCMP Modeling<onap-cps:ncmp-modelling>`. +is passed through the DMI-Plugin, please refer to :ref:`NCMP Modeling<onap-cps:cps_ncmp_modelling>`. |