Skip to content

Commit bd09a59

Browse files
datapythonistajreback
authored andcommitted
DOC: Update development documentation urls (#26857)
1 parent d432f65 commit bd09a59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Most development discussion is taking place on github in this repo. Further, the
224224

225225
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
226226

227-
A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas-docs.github.io/pandas-docs-travis/contributing.html)**. There is also an [overview](.github/CONTRIBUTING.md) on GitHub.
227+
A detailed overview on how to contribute can be found in the **[contributing guide](https://dev.pandas.io/contributing.html)**. There is also an [overview](.github/CONTRIBUTING.md) on GitHub.
228228

229229
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [good first issue](https://github.com/pandas-dev/pandas/issues?labels=good+first+issue&sort=updated&state=open) where you could start out.
230230

doc/source/development/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Building master branch documentation
460460

461461
When pull requests are merged into the *pandas* ``master`` branch, the main parts of
462462
the documentation are also built by Travis-CI. These docs are then hosted `here
463-
<http://pandas-docs.github.io/pandas-docs-travis>`__, see also
463+
<https://dev.pandas.io>`__, see also
464464
the :ref:`Continuous Integration <contributing.ci>` section.
465465

466466
.. _contributing.code:

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ If installed, we now require:
411411
| pytest (dev) | 4.0.2 | |
412412
+-----------------+-----------------+----------+
413413

414-
For `optional libraries <https://pandas-docs.github.io/pandas-docs-travis/install.html#dependencies>`_ the general recommendation is to use the latest version.
414+
For `optional libraries <https://dev.pandas.io/install.html#dependencies>`_ the general recommendation is to use the latest version.
415415
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
416416
Optional libraries below the lowest tested version may still work, but are not considered supported.
417417

0 commit comments

Comments
 (0)