Skip to content

Commit

Permalink
fix link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Jul 17, 2023
1 parent 4e5ef86 commit 8ef28b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Documentation <https://conda.io/projects/conda/en/latest/user-guide/install/inde

Once ``conda`` has been set up you can install Zipline from the ``conda-forge`` channel.

See [here](https://github.com/conda-forge/zipline-reloaded-feedstock) for the latest installation details.
See `here <https://github.com/conda-forge/zipline-reloaded-feedstock>`_ for the latest installation details.


.. _managing-conda-environments:
Expand Down Expand Up @@ -178,7 +178,7 @@ You can install Zipline by running

.. code-block:: bash
(env_zipline) $ conda install -c ml4t zipline-reloaded
(env_zipline) $ conda install -c conda-forge zipline-reloaded
To deactivate the ``conda`` environment:

Expand Down

0 comments on commit 8ef28b9

Please sign in to comment.