From 314eef91f05ad0d9abae5c1f534d56c4b93ce37c Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Tue, 19 Nov 2024 15:03:00 -0500 Subject: [PATCH] Fix broken link (#500) --- core/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/overview.md b/core/overview.md index c7b207b76..6e63419f4 100644 --- a/core/overview.md +++ b/core/overview.md @@ -98,8 +98,8 @@ Increasingly, these individuals and groups are formally packaging and releasing their code for use within their community. For instance, Andrew Dawson (an atmospheric scientist at Oxford) does a lot of EOF analysis and manipulation of wind data, -so he has released his [eofs](https://ajdawson.github.io/eofs/latest/) -and [windspharm](https://ajdawson.github.io/windspharm/latest/) libraries +so he has released his [eofs](https://ajdawson.github.io/eofs/) +and [windspharm](https://ajdawson.github.io/windspharm/) libraries (which are able to handle data arrays from NumPy or Xarray). Similarly, a group at the Atmospheric Radiation Measurement (ARM) Climate Research Facility have released their Python ARM Radar Toolkit ([Py-ART](http://arm-doe.github.io/pyart/))