From b17558f422625b3f58e6eaa8f9df94913dd348a0 Mon Sep 17 00:00:00 2001 From: lukegleeson Date: Tue, 2 Nov 2021 15:03:41 +0000 Subject: Updating links to Istanbul from latest Issue-ID: CPS-721 Signed-off-by: lukegleeson Change-Id: I2573303311705a44d7c96c50a7f18b4daf1f3298 --- docs/conf.py | 2 +- docs/deployment.rst | 4 ++-- 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 `_ is included in the repo to start all the relevant +DMI-Plugin can also be installed in a docker environment. Istanbul `docker-compose `_ is included in the repo to start all the relevant services. -Latest instructions are covered in the `README `_ +Istanbul instructions are covered in the `README `_. 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`. +is passed through the DMI-Plugin, please refer to :ref:`NCMP Modeling`. -- cgit 1.2.3-korg