From b03d6bfec3a2314c4159375268ce70cce06cc6a9 Mon Sep 17 00:00:00 2001 From: Atmaj Date: Thu, 23 Jun 2022 22:40:35 +0530 Subject: [PATCH] Fixed the development-workflow.html link --- doc/developers/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers/contributing.rst b/doc/developers/contributing.rst index a7820b613252b..4c3353230b4ad 100644 --- a/doc/developers/contributing.rst +++ b/doc/developers/contributing.rst @@ -528,7 +528,7 @@ profiling and Cython optimizations. For two very well documented and more detailed guides on development workflow, please pay a visit to the `Scipy Development Workflow - `_ - + `_ - and the `Astropy Workflow for Developers `_ sections.