Skip to content

Commit

Permalink
DOC: Fix a link and typo (#1932)
Browse files Browse the repository at this point in the history
* DOC: Fix a link

* DOC: Fix typo
  • Loading branch information
aiueogawa authored and freddiev4 committed Sep 7, 2017
1 parent d73d89a commit 4760a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -100,7 +100,7 @@ Currently supported platforms include:
Quickstart
==========

See our `getting started tutorial <http://www.zipline.io/#quickstart>`_.
See our `getting started tutorial <http://www.zipline.io/beginner-tutorial.html>`_.

The following code implements a simple dual moving average algorithm.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/beginner-tutorial.rst
Expand Up @@ -90,7 +90,7 @@ finished running you will have access to each variable value you tracked
with :func:`~zipline.api.record` under the name you provided (we will see this
further below). You also see how we can access the current price data of the
AAPL stock in the ``data`` event frame (for more information see
`here <https://www.quantopian.com/help#api-event-properties>`__.
`here <https://www.quantopian.com/help#api-event-properties>`__).

Running the algorithm
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 4760a6f

Please sign in to comment.