From ba47a0ab7458c2d98e5d2804f5db83a4c992badf Mon Sep 17 00:00:00 2001 From: vfdev-5 Date: Sat, 14 Nov 2020 22:46:29 +0100 Subject: [PATCH] DOCS-#2421: Fixes bad link on contributing from architecture.rst Signed-off-by: Victor Fomin --- docs/developer/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/architecture.rst b/docs/developer/architecture.rst index 934e9781053..efa3a9ee24f 100644 --- a/docs/developer/architecture.rst +++ b/docs/developer/architecture.rst @@ -234,7 +234,7 @@ Supported Execution Frameworks and Memory Formats This is the list of execution frameworks and memory formats supported in Modin. If you would like to contribute a new execution framework or memory format, please see the -documentation page on Contributing_. +documentation page on :doc:`../CONTRIBUTING`. - `Pandas on Ray`_ - Uses the Ray_ execution framework.