@@ -215,7 +215,7 @@ class DatetimeIndex(DatetimeIndexOpsMixin, Int64Index, DatetimeDelegateMixin):
215
215
Notes
216
216
-----
217
217
To learn more about the frequency strings, please see `this link
218
- <http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.
218
+ <http://pandas.pydata.org/pandas-docs/stable/user_guide/ timeseries.html#offset-aliases>`__.
219
219
220
220
Creating a DatetimeIndex based on `start`, `periods`, and `end` has
221
221
been deprecated in favor of :func:`date_range`.
@@ -1377,7 +1377,7 @@ def date_range(start=None, end=None, periods=None, freq=None, tz=None,
1377
1377
``start`` and ``end`` (closed on both sides).
1378
1378
1379
1379
To learn more about the frequency strings, please see `this link
1380
- <http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.
1380
+ <http://pandas.pydata.org/pandas-docs/stable/user_guide/ timeseries.html#offset-aliases>`__.
1381
1381
1382
1382
Examples
1383
1383
--------
@@ -1533,7 +1533,7 @@ def bdate_range(start=None, end=None, periods=None, freq='B', tz=None,
1533
1533
desired.
1534
1534
1535
1535
To learn more about the frequency strings, please see `this link
1536
- <http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.
1536
+ <http://pandas.pydata.org/pandas-docs/stable/user_guide/ timeseries.html#offset-aliases>`__.
1537
1537
1538
1538
Examples
1539
1539
--------
@@ -1605,7 +1605,7 @@ def cdate_range(start=None, end=None, periods=None, freq='C', tz=None,
1605
1605
must be specified.
1606
1606
1607
1607
To learn more about the frequency strings, please see `this link
1608
- <http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.
1608
+ <http://pandas.pydata.org/pandas-docs/stable/user_guide/ timeseries.html#offset-aliases>`__.
1609
1609
1610
1610
Returns
1611
1611
-------
0 commit comments