From 80d72570cec829177ee10a9a5620d9f71bac8d6b Mon Sep 17 00:00:00 2001 From: Daniel Westwood <114070222+dwest77a@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:08:48 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86718e9..c28afb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![CFAPyX long logo: Blue, Green and White squares arranged in Diamond formation](https://github.com/cedadev/CFAPyX/blob/CF1.12/docs/source/_images/CFAPyX_long.jpg) +![CFAPyX long logo: Blue, Green and White squares arranged in Diamond formation](https://github.com/cedadev/CFAPyX/blob/main/docs/source/_images/CFAPyX_long.jpg) CFA python Xarray module for using CFA files with xarray. @@ -21,4 +21,4 @@ import xarray as xr ds = xr.open_dataset('cfa_file.nca', engine='CFA') # Plot data -``` \ No newline at end of file +```