Skip to content

Commit eec6f7b

Browse files
authored
Update asv links in contributing guide (#7801)
1 parent 25d9a28 commit eec6f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/contributing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -829,17 +829,17 @@ Running the performance test suite
829829
830830
Performance matters and it is worth considering whether your code has introduced
831831
performance regressions. *xarray* is starting to write a suite of benchmarking tests
832-
using `asv <https://github.com/spacetelescope/asv>`__
832+
using `asv <https://github.com/airspeed-velocity/asv>`__
833833
to enable easy monitoring of the performance of critical *xarray* operations.
834834
These benchmarks are all found in the ``xarray/asv_bench`` directory.
835835
836836
To use all features of asv, you will need either ``conda`` or
837837
``virtualenv``. For more details please check the `asv installation
838-
webpage <https://asv.readthedocs.io/en/latest/installing.html>`_.
838+
webpage <https://asv.readthedocs.io/en/stable/installing.html>`_.
839839
840840
To install asv::
841841
842-
pip install git+https://github.com/spacetelescope/asv
842+
python -m pip install asv
843843
844844
If you need to run a benchmark, change your directory to ``asv_bench/`` and run::
845845

0 commit comments

Comments
 (0)