From 4e3b235a1c7f018504051848da516afdd158a216 Mon Sep 17 00:00:00 2001 From: Jacob Bryan Date: Tue, 8 Mar 2016 16:31:44 -0600 Subject: [PATCH] Update structure.rst Updated a broken link to the pip website which explains a pip requirements file --- docs/writing/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 35e9d030d..489ce7155 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -147,7 +147,7 @@ Requirements File A `pip requirements -file `__ +file https://pip.pypa.io/en/stable/user_guide/#requirements-files>`__ should be placed at the root of the repository. It should specify the dependencies required to contribute to the project: testing, building, and generating documentation.