Skip to content
Prev Previous commit
Next Next commit
Fix link in markdown
  • Loading branch information
datapythonista committed Jun 16, 2025
commit cb82ffba76efd53063667adeb0256916437807c1
2 changes: 1 addition & 1 deletion doc/source/development/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ look at the entry points, will find the ``EmptyDataEngine`` engine, and will cal
method on it with the arguments provided by the user (except the ``engine`` parameter).

To avoid conflicts in the names of engines, we keep an "IO engines" section in our
[Ecosystem page](https://pandas.pydata.org/community/ecosystem.html#io-engines).
`Ecosystem page <https://pandas.pydata.org/community/ecosystem.html#io-engines>`_.

.. _extending.pandas_priority:

Expand Down