From c64d012c5edd0bb7342a8fa94adf7a70dfe898f0 Mon Sep 17 00:00:00 2001 From: "Igoshev, Yaroslav" Date: Mon, 2 Nov 2020 16:25:43 +0300 Subject: [PATCH] FIX-#2339: Fix links to documentation Signed-off-by: Igoshev, Yaroslav --- README.md | 2 +- docs/UsingSQLonRay/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa2a1add823..5b31a126f8c 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ and improve: ![Architecture](docs/img/modin_architecture.png) -Visit the [Documentation](https://modin.readthedocs.io/en/latest/architecture.html) for +Visit the [Documentation](https://modin.readthedocs.io/en/latest/developer/architecture.html) for more information! **`modin.pandas` is currently under active development. Requests and contributions are welcome!** diff --git a/docs/UsingSQLonRay/index.rst b/docs/UsingSQLonRay/index.rst index 82f3fb7b2a0..ce9dcd2beaf 100644 --- a/docs/UsingSQLonRay/index.rst +++ b/docs/UsingSQLonRay/index.rst @@ -30,4 +30,4 @@ Modin has a query compiler that acts as an intermediate layer between the query 0 1 2.0 A String of information True 1 6 17.0 A String of different information False -.. _architecture: https://modin.readthedocs.io/en/latest/architecture.html +.. _architecture: https://modin.readthedocs.io/en/latest/developer/architecture.html