Browse Source

Update help reference links to https where applicable

Luke Canavan 7 years ago
parent
commit
66c3c1319a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/help-extension/src/index.ts

+ 3 - 3
packages/help-extension/src/index.ts

@@ -78,7 +78,7 @@ const RESOURCES = [
   },
   {
     text: 'IPython Reference',
-    url: 'http://ipython.readthedocs.io/en/stable/'
+    url: 'https://ipython.readthedocs.io/en/stable/'
   },
   {
     text: 'Numpy Reference',
@@ -94,7 +94,7 @@ const RESOURCES = [
   },
   {
     text: 'Matplotlib Reference',
-    url: 'http://matplotlib.org/contents.html?v=20160707164940'
+    url: 'https://matplotlib.org/contents.html?v=20160707164940'
   },
   {
     text: 'SymPy Reference',
@@ -102,7 +102,7 @@ const RESOURCES = [
   },
   {
     text: 'Pandas Reference',
-    url: 'http://pandas.pydata.org/pandas-docs/stable/?v=20160707164940'
+    url: 'https://pandas.pydata.org/pandas-docs/stable/?v=20160707164940'
   },
   {
     text: 'Markdown Reference',