Draft of SD-Fabric 1.1.0 release note

Need to update image/chart version once everything is tagged

Change-Id: I79358cf07d8044273365f0eff5807de2296ecd2f
diff --git a/conf.py b/conf.py
index 97242aa..97cb899 100644
--- a/conf.py
+++ b/conf.py
@@ -246,7 +246,9 @@
 # -- Options for linkcheck ---------------------------------------------------
 # The link checker strips off .md from links and then complains
 linkcheck_ignore = [
-    r'https://jenkins.aetherproject.org/view/SD-Fabric%20Nightly%20Tests/'  # Jenkins View, requires login
+    r'https://jenkins.aetherproject.org/view/SD-Fabric%20Nightly%20Tests/', # Jenkins View, requires login
+    r'https://registry.opennetworking.org/harbor/projects/38/repositories/utility', # Private repo
+    r'https://github.com/opennetworkinglab/bf-di-scripts/blob/master/4/utility/', # Private repo
 ]
 
 linkcheck_timeout = 3