Skip to content

Commit 45f9187

Browse files
update links and http -> https
1 parent fddf51a commit 45f9187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Alphalens
99

1010
Alphalens is a Python Library for performance analysis of predictive
1111
(alpha) stock factors. Alphalens works great with the
12-
`Zipline <http://zipline.io/>`__ open source backtesting library, and
12+
`Zipline <https://www.zipline.io/>`__ open source backtesting library, and
1313
`Pyfolio <https://github.com/quantopian/pyfolio>`__ which provides
1414
performance and risk analysis of financial portfolios.
1515

@@ -72,7 +72,7 @@ Alphalens depends on:
7272

7373
- `matplotlib <https://github.com/matplotlib/matplotlib>`__
7474
- `numpy <https://github.com/numpy/numpy>`__
75-
- `pandas <https://github.com/pydata/pandas>`__
75+
- `pandas <https://github.com/pandas-dev/pandas>`__
7676
- `scipy <https://github.com/scipy/scipy>`__
7777
- `seaborn <https://github.com/mwaskom/seaborn>`__
7878
- `statsmodels <https://github.com/statsmodels/statsmodels>`__
@@ -81,7 +81,7 @@ Usage
8181
-----
8282

8383
A good way to get started is to run the examples in a `Jupyter
84-
notebook <http://jupyter.org/>`__.
84+
notebook <https://jupyter.org/>`__.
8585

8686
To get set up with an example, you can:
8787

@@ -126,7 +126,7 @@ For a full list of contributors see the `contributors page. <https://github.com/
126126
Example Tear Sheet
127127
------------------
128128

129-
Example factor courtesy of `ExtractAlpha <http://extractalpha.com/>`_
129+
Example factor courtesy of `ExtractAlpha <https://extractalpha.com/>`_
130130

131131
.. image:: https://github.com/quantopian/alphalens/raw/master/alphalens/examples/table_tear.png
132132
.. image:: https://github.com/quantopian/alphalens/raw/master/alphalens/examples/returns_tear.png

0 commit comments

Comments
 (0)