Updating links to Istanbul from latest 25/125525/2
authorlukegleeson <luke.gleeson@est.tech>
Tue, 2 Nov 2021 13:30:55 +0000 (13:30 +0000)
committerlukegleeson <luke.gleeson@est.tech>
Tue, 2 Nov 2021 15:20:32 +0000 (15:20 +0000)
Issue-ID: CPS-721
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: I14334c638ad1166f5247583a21d7dfe7de3235ce

docs/conf.py
docs/content/deployment.rst

index caaf753..7454c0a 100755 (executable)
@@ -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'
 
index fd6fd59..0ee5408 100644 (file)
@@ -124,6 +124,6 @@ Running With Docker
 ===================
 
 For development purposes, CPS Temporal can be ran on any environment using
-Docker. Refer to `README.md <https://github.com/onap/cps-cps-temporal/blob/master/README.md>`_
-and `docker-compose.yml <https://github.com/onap/cps-cps-temporal/blob/master/docker-compose.yml>`_
+Docker. Refer to `README.md <https://github.com/onap/cps-cps-temporal/blob/istanbul/README.md>`_
+and `docker-compose.yml <https://github.com/onap/cps-cps-temporal/blob/istanbul/docker-compose.yml>`_
 files for more details.