We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2251a2 commit c98e477Copy full SHA for c98e477
src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx
@@ -130,7 +130,7 @@ const SSOConfigConfigureStep = ({
130
};
131
132
// these are the suggested values we've come back to this step after an error
133
- // https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/tpa/tpa_integrate_open/tpa_SAML_IdP.html#configure-the-saml-identity-provider
+ // https://docs.openedx.org/en/latest/site_ops/install_configure_run_guide/configuration/tpa/tpa_integrate_open/tpa_SAML_IdP.html#configure-the-saml-identity-provider
134
const errorData = {
135
displayName: '',
136
userId: 'userid',
0 commit comments