From 89661264ee183357cf39941f209e390599486620 Mon Sep 17 00:00:00 2001 From: Ramaswamy Subramanian Date: Thu, 1 Apr 2021 17:43:57 -0400 Subject: [PATCH] Switched the repository URL from 'git.startlingx.io/cgit' to 'opendev.org' The starlingx governance website lists various projects. Each project was still referring to 'git.startlingx.io/cgit' in repository URL. It's updated to 'opendev.org' based on the new location. Change-Id: Id7535c9287589ee70a588f74c49a897da507bdeb Signed-off-by: Ramaswamy Subramanian --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 30c54b9..09b1a82 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -49,7 +49,7 @@ extensions = [ # Define shorthand roles for making links to common destinations. extlinks = { - 'repo': ('https://git.startlingx.io/cgit/%s', ''), + 'repo': ('https://opendev.org/%s', ''), } # Add any paths that contain templates here, relative to this directory.