Skip to content

Commit 8cc4d78

Browse files
author
David-dmh
committed
DOC: attempt to fix broken refs
1 parent 05325eb commit 8cc4d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/development/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Creating a development environment
147147

148148
To test out code changes, you'll need to build pandas from source, which
149149
requires a C/C++ compiler and Python environment. If you're making documentation
150-
changes, you can skip to :ref:`contributing.documentation` but if you skip
150+
changes, you can skip to :ref:`contributing to the documentation <contributing_documentation>` but if you skip
151151
creating the development environment you won't be able to build the documentation
152152
locally before pushing your changes.
153153

@@ -1605,7 +1605,7 @@ automatically updated. Pushing them to GitHub again is done by::
16051605
git push origin shiny-new-feature
16061606

16071607
This will automatically update your pull request with the latest code and restart the
1608-
:ref:`Continuous Integration <contributing.ci>` tests.
1608+
:any:`Continuous Integration <contributing.ci>` tests.
16091609

16101610
Another reason you might need to update your pull request is to solve conflicts
16111611
with changes that have been merged into the master branch since you opened your

0 commit comments

Comments
 (0)