Skip to content

Commit fa360b4

Browse files
authored
Fix broken Xarray documentation links (#508)
* update Xarray docs link * update Xarray docs link
1 parent 9426801 commit fa360b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/xarray/computation-masking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
"\n",
875875
"- `weighted`: [Useful for weighting data before applying reductions](https://xarray.pydata.org/en/stable/user-guide/computation.html#weighted-array-reductions)\n",
876876
"\n",
877-
"- [More xarray tutorials and videos](https://xarray.pydata.org/en/stable/tutorials-and-videos.html)\n",
877+
"- [More xarray tutorials and videos](https://docs.xarray.dev/en/stable/getting-started-guide/tutorials-and-videos.html)\n",
878878
"- [Xarray Documentation - Masking with `where()`](https://xarray.pydata.org/en/stable/user-guide/indexing.html#masking-with-where)"
879879
]
880880
}

core/xarray/xarray-intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
"cell_type": "markdown",
289289
"metadata": {},
290290
"source": [
291-
"In addition, if you need more details on how Xarray handles metadata, you can review this [documentation page](http://xarray.pydata.org/en/stable/getting-started-guide/faq.html#approach-to-metadata)."
291+
"In addition, if you need more details on how Xarray handles metadata, you can review this [documentation page](https://docs.xarray.dev/en/stable/get-help/faq.html#what-is-your-approach-to-metadata)."
292292
]
293293
},
294294
{

0 commit comments

Comments
 (0)