From ac18f3fd694057896d6910c5babe947c1b3b2a85 Mon Sep 17 00:00:00 2001 From: Marvin Walter Date: Wed, 6 Jul 2022 22:55:27 +0200 Subject: [PATCH] DOC: Fixed pandas capitalization --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 42cb82dfcf020..344a097a3e81e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ Release Notes ============= -The list of changes to Pandas between each release can be found +The list of changes to pandas between each release can be found [here](https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html). For full details, see the commit logs at https://github.com/pandas-dev/pandas.