From fa3ae19aa8ad9074c2f85ac639bdc568653301a0 Mon Sep 17 00:00:00 2001 From: youpsla Date: Mon, 29 Nov 2021 19:30:26 +0100 Subject: [PATCH] fix: broken link to developer stack in README.rst Make the text in paragraph the same as in the link definition. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9ff8ce4c60..2fbfced06f 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ recommend that you use a service provider to run the software for you. They have free trials that make it easy to get started: https://openedx.org/get-started/ -If you will be modifying edx-platform code, the `Open edX Devstack`_ (Developer Stack) is +If you will be modifying edx-platform code, the `Open edX Developer Stack`_ (Developer Stack) is a Docker-based development environment. If you want to run your own Open edX server and have the technical skills to do