Skip to content

Commit c63d7e1

Browse files
committed
DOC: Update outdated getting_started links in whatsnew files
1 parent 1b5b02c commit c63d7e1

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

doc/redirects.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ whatsnew,whatsnew/index
66
release,whatsnew/index
77

88
# getting started
9-
install,getting_started/install
9+
install,getting_started/installation
1010
comparison_with_r,getting_started/comparison/comparison_with_r
1111
comparison_with_sql,getting_started/comparison/comparison_with_sql
1212
comparison_with_sas,getting_started/comparison/comparison_with_sas

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ If installed, we now require:
835835
| pytest (dev) | 4.0.2 | |
836836
+-----------------+-----------------+----------+
837837
838-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
838+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
839839
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
840840
Optional libraries below the lowest tested version may still work, but are not considered supported.
841841

doc/source/whatsnew/v1.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ If installed, we now require:
716716
| pytest (dev) | 4.0.2 | | |
717717
+-----------------+-----------------+----------+---------+
718718

719-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
719+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
720720
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
721721
Optional libraries below the lowest tested version may still work, but are not considered supported.
722722

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ If installed, we now require:
758758
| pytest (dev) | 4.0.2 | | |
759759
+-----------------+-----------------+----------+---------+
760760

761-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
761+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
762762
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
763763
Optional libraries below the lowest tested version may still work, but are not considered supported.
764764

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ If installed, we now require:
459459
| mypy (dev) | 0.782 | | X |
460460
+-----------------+-----------------+----------+---------+
461461

462-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
462+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
463463
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
464464
Optional libraries below the lowest tested version may still work, but are not considered supported.
465465

doc/source/whatsnew/v1.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ If installed, we now require:
661661
| setuptools | 38.6.0 | | X |
662662
+-----------------+-----------------+----------+---------+
663663

664-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
664+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
665665
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
666666
Optional libraries below the lowest tested version may still work, but are not considered supported.
667667

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ If installed, we now require:
520520
+-----------------+-----------------+----------+---------+
521521

522522
For `optional libraries
523-
<https://pandas.pydata.org/docs/getting_started/install.html>`_ the general
523+
<https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general
524524
recommendation is to use the latest version. The following table lists the
525525
lowest version per library that is currently being tested throughout the
526526
development of pandas. Optional libraries below the lowest tested version may

doc/source/whatsnew/v1.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ If installed, we now require:
622622
| xlsxwriter | 1.4.3 | | X |
623623
+-----------------+-----------------+----------+---------+
624624

625-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
625+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
626626
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
627627
Optional libraries below the lowest tested version may still work, but are not considered supported.
628628

doc/source/whatsnew/v2.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ If installed, we now require:
673673
| tzdata | 2022.1 | X | X |
674674
+-------------------+-----------------+----------+---------+
675675

676-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
676+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
677677
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
678678
Optional libraries below the lowest tested version may still work, but are not considered supported.
679679

doc/source/whatsnew/v2.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ If installed, we now require:
357357
| zstandard | 0.17.0 | | X |
358358
+----------------------+-----------------+----------+---------+
359359

360-
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
360+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/installation.html>`_ the general recommendation is to use the latest version.
361361

362362
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
363363

0 commit comments

Comments
 (0)