浏览代码

Update help reference links to https where applicable

Luke Canavan 7 年之前
父节点
当前提交
66c3c1319a
共有 1 个文件被更改,包括 3 次插入3 次删除
  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',