From 2b81a113f0263b517c6ebfc3bb5f95968229ccdd Mon Sep 17 00:00:00 2001 From: Radoslaw Lemiec Date: Sun, 10 Jul 2022 20:59:39 +0200 Subject: [PATCH] Fixed CoC broken link Link broke after moving markdown files to `.github` organization level repository (#47412). Redirected link to new location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3f988dc6809..aaf63ead9c416 100644 --- a/README.md +++ b/README.md @@ -169,4 +169,4 @@ Or maybe through using pandas you have an idea of your own or are looking for so Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Gitter](https://gitter.im/pydata/pandas). -As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/pandas-dev/pandas/blob/main/.github/CODE_OF_CONDUCT.md) +As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/pandas-dev/.github/blob/master/CODE_OF_CONDUCT.md)