From 2ed21052465758bdabf595a480a5aed53e05369d Mon Sep 17 00:00:00 2001 From: TomNicholas Date: Thu, 24 Oct 2024 18:03:42 -0400 Subject: [PATCH] update link in warning to release discussion upstream --- datatree/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatree/__init__.py b/datatree/__init__.py index 437339d..9705f44 100644 --- a/datatree/__init__.py +++ b/datatree/__init__.py @@ -10,7 +10,7 @@ warnings.warn( "The repository `xarray-contrib/datatree` has been archived! It is no longer maintained as of October 2024. " "Datatree functionality has been migrated upstream to `pydata/xarray`, so please use `xarray.DataTree` instead. " - "To help you migrate there is a guide at https://github.com/pydata/xarray/blob/main/DATATREE_MIGRATION_GUIDE.md", + "To help you migrate a guide can be found by following https://github.com/pydata/xarray/discussions/9680", DeprecationWarning, )