From 92e6c071d1ca8d79415752bcca055fca6e6708a7 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 19 Sep 2023 11:30:22 -0400 Subject: [PATCH] docs: move up docs link in README (#33281) The documentation section, which now has an edx-platform specific doc link, was moved closer to the top of the README to make it stand out more. --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index b961b8b9db3c..d8d3a880c54b 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,11 @@ platform. Functionally, the edx-platform repository provides two services: * CMS (Content Management Service), which powers Open edX Studio, the platform's learning content authoring environment; and * LMS (Learning Management Service), which delivers learning content. +Documentation +************* + +Documentation can be found at https://docs.openedx.org/projects/edx-platform. + Getting Started *************** @@ -81,11 +86,6 @@ and other rich community resources. .. _Open edX site: https://openedx.org -Documentation -************* - -Documentation can be found at https://docs.openedx.org/projects/edx-platform. - Getting Help ************