From 72de26ffbdce96070263c578fee849754659e92d Mon Sep 17 00:00:00 2001 From: James McBride Date: Sun, 8 Jan 2017 04:23:24 -0800 Subject: [PATCH] Update CONTRIBUTING.md (#385) Fix link to pandas contribution guidelines. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4330ca..1bd7fc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,8 +10,8 @@ readable code. Performance matters, but not at the expense of those goals. In general, GeoPandas follows the conventions of the pandas project -where applicable. Please read [pandas contributing -guidelines](https://github.com/pydata/pandas/blob/master/CONTRIBUTING.md). +where applicable. Please read the [pandas contributing +guidelines](http://pandas.pydata.org/pandas-docs/stable/contributing.html). In particular, when submitting a pull request: