소스 검색

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',