[VOL-4350] Updating docs for the removal of kafka for inter-container comunication and laters 2.8 helm/image versions

Change-Id: I3b20737ec5c709aecbf2fe1141428ec4354ae76c
diff --git a/conf.py b/conf.py
index 7969551..6d4ef01 100644
--- a/conf.py
+++ b/conf.py
@@ -273,12 +273,11 @@
 
 # -- Options for linkcheck ---------------------------------------------------
 # The link checker strips off .md from links and then complains
-linkcheck_ignore = [r'https://github.com/ciena/kind-voltha/blob/master/README',
-                    r'https://github.com/opencord/voltctl/blob/master/LICENSE',
+linkcheck_ignore = [r'https://github.com/opencord/voltctl/blob/master/LICENSE',
                     r'https://github.com/ciena/kind-voltha#voltha-up-configuration-options',
                     r'https://www.sphinx-doc.org',
                     r'https://github.com/opencord/bbsim/blob/master/docs/source/DMI_Server_README',
-                    r'https://github.com/opencord/kind-voltha/blob/master/README'
+                    r'https://github.com/opencord/voltha-helm-charts/blob/master/README'
                     ]
 
 # -- Configure recommonmark to use AutoStructify -----------------------------