Skip to content

Commit 7dd4fc1

Browse files
committed
Fix hyperlink
1 parent fa9bab9 commit 7dd4fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_codebase.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ install pandas) by typing::
770770
your installation is probably fine and you can start contributing!
771771

772772
Often it is worth running only a subset of tests first around your changes before running the
773-
entire suite (tip: you can use the [pandas-coverage app](https://pandas-coverage.herokuapp.com/)
773+
entire suite (tip: you can use the [pandas-coverage app](https://pandas-coverage.herokuapp.com/))
774774
to find out which tests hit the lines of code you've modified, and then run only those).
775775

776776
The easiest way to do this is with::

0 commit comments

Comments
 (0)