From 3cbb134c3ad086dc3316a8632a3561bff10dae94 Mon Sep 17 00:00:00 2001 From: sarina Date: Fri, 21 Mar 2025 14:40:07 -0400 Subject: [PATCH] docs: Update migrated edx.rtd links to docs.openedx.org --- README.rst | 6 +++--- docs/how_tos/enable_social_auth.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 10a79c3e..01b85c38 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ This MFE is bundled with `Devstack `_, see Environment Variables/Setup Notes ================================= -This MFE is configured via environment variables supplied at build time. All micro-frontends have a shared set of required environment variables, as documented in the Open edX Developer Guide under `Required Environment Variables `__. +This MFE is configured via environment variables supplied at build time. All micro-frontends have a shared set of required environment variables, as documented in the Open edX Developer Guide under `Required Environment Variables `__. The authentication micro-frontend also requires the following additional variable: @@ -142,13 +142,13 @@ Furthermore, there are several edX-specific environment variables that enable in - ``true`` | ``''`` (empty strings are falsy) For more information see the document: `Micro-frontend applications in Open -edX `__. +edX `__. How To Contribute ================= Contributions are very welcome, and strongly encouraged! We've -put together `some documentation that describes our contribution process `_. +put together `some documentation that describes our contribution process `_. Even though they were written with edx-platform in mind, the guidelines should be followed for Open edX code in general. diff --git a/docs/how_tos/enable_social_auth.rst b/docs/how_tos/enable_social_auth.rst index bf402d72..dc8b37f8 100644 --- a/docs/how_tos/enable_social_auth.rst +++ b/docs/how_tos/enable_social_auth.rst @@ -3,7 +3,7 @@ Enable Social Auth Locally Please follow the steps below to enable social auth (SSO) locally. -1. Follow `Enabling Third Party Authentication `_ for backend configuration. +1. Follow `Enabling Third Party Authentication `_ for backend configuration. 2. Authn has a component for rendering Social Auth providers at frontend which goes through each provider.