We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea90f26 commit abe4fc5Copy full SHA for abe4fc5
doc/source/development/contributing_codebase.rst
@@ -861,7 +861,7 @@ performance regressions. pandas is in the process of migrating to
861
`asv benchmarks <https://github.com/airspeed-velocity/asv>`__
862
to enable easy monitoring of the performance of critical pandas operations.
863
These benchmarks are all found in the ``pandas/asv_bench`` directory, and the
864
-test results can be found `here <https://pandas.pydata.org/speed/pandas/>`__.
+test results can be found `here <https://asv-runner.github.io/asv-collection/pandas>`__.
865
866
To use all features of asv, you will need either ``conda`` or
867
``virtualenv``. For more details please check the `asv installation
0 commit comments