Skip to content

Commit aef5377

Browse files
DOC: Updated reference link for resample method (#6735)
1 parent a8f0643 commit aef5377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ def resample(
12001200
12011201
References
12021202
----------
1203-
.. [1] http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases
1203+
.. [1] https://pandas.pydata.org/docs/user_guide/timeseries.html#dateoffset-objects
12041204
"""
12051205
# TODO support non-string indexer after removing the old API.
12061206

0 commit comments

Comments
 (0)