Skip to content

Commit ec77341

Browse files
DOC: Remove absolute urls from the docs (#32539)
1 parent 940bbb5 commit ec77341

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/getting_started/comparison/comparison_with_sql.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Filtering in SQL is done via a WHERE clause.
7575
LIMIT 5;
7676
7777
DataFrames can be filtered in multiple ways; the most intuitive of which is using
78-
`boolean indexing <https://pandas.pydata.org/pandas-docs/stable/indexing.html#boolean-indexing>`_.
78+
:ref:`boolean indexing <indexing.boolean>`
7979

8080
.. ipython:: python
8181

doc/source/user_guide/cookbook.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,7 @@ The :ref:`Resample <timeseries.resampling>` docs.
794794
`Time grouping with some missing values
795795
<https://stackoverflow.com/questions/33637312/pandas-grouper-by-frequency-with-completeness-requirement>`__
796796

797-
`Valid frequency arguments to Grouper
798-
<https://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__
797+
Valid frequency arguments to Grouper :ref:`Timeseries <timeseries.offset_aliases>`
799798

800799
`Grouping using a MultiIndex
801800
<https://stackoverflow.com/questions/41483763/pandas-timegrouper-on-multiindex>`__

0 commit comments

Comments
 (0)