From 15bf7c573345529994839eea5e38cbf23c425bac Mon Sep 17 00:00:00 2001
From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Date: Thu, 29 Apr 2021 00:29:14 +0200
Subject: [PATCH] DOC: Fix link and typo
---
doc/source/development/contributing.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst
index b9afbe387799e..f4a09e0daa750 100644
--- a/doc/source/development/contributing.rst
+++ b/doc/source/development/contributing.rst
@@ -110,8 +110,8 @@ version control to allow many people to work together on the project.
Some great resources for learning Git:
* the `GitHub help pages `_.
-* the `NumPy's documentation `_.
-* Matthew Brett's `Pydagogue `_.
+* the `NumPy documentation `_.
+* Matthew Brett's `Pydagogue `_.
Getting started with Git
------------------------