Skip to content

Commit

Permalink
Fixed broken link to pandas dtypes (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl committed Sep 11, 2020
1 parent c9fff4b commit bf7ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Expand Up @@ -81,7 +81,7 @@ Quick Start

Alternatively, you can pass the built-in python types that are supported by
pandas, or strings representing the
`legal pandas datatypes <https://pandas.pydata.org/pandas-docs/stable/user_guide/basics.html#basics-dtypes>`_:
`legal pandas datatypes <https://pandas.pydata.org/docs/user_guide/basics.html#dtypes>`_:

.. testcode:: quick_start

Expand Down

0 comments on commit bf7ada3

Please sign in to comment.