From 4bf6cfc4d852721b36955a02e5876b27f2e8097a Mon Sep 17 00:00:00 2001 From: flaktrooper <3604066+flaktrooper@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:52:00 +0100 Subject: [PATCH] website/integrations: fix instruction links on source pages (#4196) * website/integrations: fix links for adding source to login page instructions * website/integrations: add missing login page instruction link to plex Signed-off-by: Jens Langhammer --- website/integrations/sources/apple/index.md | 2 +- website/integrations/sources/azure-ad/index.md | 2 +- website/integrations/sources/discord/index.md | 2 +- website/integrations/sources/github/index.md | 2 +- website/integrations/sources/google/index.md | 2 +- website/integrations/sources/mailcow/index.md | 2 +- website/integrations/sources/plex/index.md | 4 ++++ website/integrations/sources/twitch/index.md | 2 +- website/integrations/sources/twitter/index.md | 2 +- 9 files changed, 12 insertions(+), 8 deletions(-) diff --git a/website/integrations/sources/apple/index.md b/website/integrations/sources/apple/index.md index b2bb465e1..a573322dc 100644 --- a/website/integrations/sources/apple/index.md +++ b/website/integrations/sources/apple/index.md @@ -69,5 +69,5 @@ The following placeholders will be used: Save, and you now have Apple as a source. :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). ::: diff --git a/website/integrations/sources/azure-ad/index.md b/website/integrations/sources/azure-ad/index.md index 8e9b01910..a90a78c6b 100644 --- a/website/integrations/sources/azure-ad/index.md +++ b/website/integrations/sources/azure-ad/index.md @@ -48,5 +48,5 @@ If you kept the default _Supported account types_ selection of _Single tenant_, Save, and you now have Azure AD as a source. :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). ::: diff --git a/website/integrations/sources/discord/index.md b/website/integrations/sources/discord/index.md index 54d7fe393..79ef78213 100644 --- a/website/integrations/sources/discord/index.md +++ b/website/integrations/sources/discord/index.md @@ -50,5 +50,5 @@ Here is an example of a complete authentik Discord OAuth Source Save, and you now have Discord as a source. :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). ::: diff --git a/website/integrations/sources/github/index.md b/website/integrations/sources/github/index.md index 1071bd021..3f8fcacbe 100644 --- a/website/integrations/sources/github/index.md +++ b/website/integrations/sources/github/index.md @@ -47,7 +47,7 @@ Here is an example of a complete authentik Github OAuth Source Save, and you now have Github as a source. :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). ::: ### Checking for membership of a GitHub Organisation diff --git a/website/integrations/sources/google/index.md b/website/integrations/sources/google/index.md index ecb88537e..d9548ae79 100644 --- a/website/integrations/sources/google/index.md +++ b/website/integrations/sources/google/index.md @@ -79,5 +79,5 @@ Here is an example of a complete authentik Google OAuth Source Save, and you now have Google as a source. :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). ::: diff --git a/website/integrations/sources/mailcow/index.md b/website/integrations/sources/mailcow/index.md index 8e3d537d1..645b6acb1 100644 --- a/website/integrations/sources/mailcow/index.md +++ b/website/integrations/sources/mailcow/index.md @@ -50,5 +50,5 @@ Here is an example of a complete authentik Mailcow OAuth Source Save, and you now have Mailcow as a source. :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). ::: diff --git a/website/integrations/sources/plex/index.md b/website/integrations/sources/plex/index.md index cd72456f2..088b8d75a 100644 --- a/website/integrations/sources/plex/index.md +++ b/website/integrations/sources/plex/index.md @@ -21,3 +21,7 @@ Add _Plex_ as a _source_ - Decide if _anyone_ with a plex account can authenticate or only friends you share with Save, and you now have Plex as a source. + +:::note +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). +::: diff --git a/website/integrations/sources/twitch/index.md b/website/integrations/sources/twitch/index.md index 1e49c7a8d..7d4bc9b56 100644 --- a/website/integrations/sources/twitch/index.md +++ b/website/integrations/sources/twitch/index.md @@ -56,5 +56,5 @@ Here is an example of a complete authentik Twitch OAuth Source Save, and you now have Twitch as a source. :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). ::: diff --git a/website/integrations/sources/twitter/index.md b/website/integrations/sources/twitter/index.md index 5cac37d0d..8d436c021 100644 --- a/website/integrations/sources/twitter/index.md +++ b/website/integrations/sources/twitter/index.md @@ -44,5 +44,5 @@ You will need to create a new project, and OAuth credentials in the Twitter Deve 5. **Consumer Secret:** Your Client Secret from step 25 :::note -For more details on how-to have the new source display on the Login Page see [here](../). +For more details on how-to have the new source display on the Login Page see [here](../general#add-sources-to-default-login-page). :::