diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Common/PermissionRequiredState.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Common/PermissionRequiredState.tsx
index 8d87282db4..7f5649d49b 100644
--- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Common/PermissionRequiredState.tsx
+++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Common/PermissionRequiredState.tsx
@@ -47,7 +47,7 @@ const PermissionRequiredState = () => {
variant="outlined"
color="primary"
target="_blank"
- href="https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/adoption_insights_in_red_hat_developer_hub/assembly-adoption-insights#proc-customize-adoption-insights_title-adoption-insights"
+ href="https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/adoption_insights_in_red_hat_developer_hub/customize-the-adoption-insights-plugin-in-rhdh_adoption-insights-in-rhdh"
>
{t('common.readMore')}
diff --git a/workspaces/extensions/plugins/extensions/src/components/SharedAlerts.tsx b/workspaces/extensions/plugins/extensions/src/components/SharedAlerts.tsx
index 523bf2948d..1b058886bd 100644
--- a/workspaces/extensions/plugins/extensions/src/components/SharedAlerts.tsx
+++ b/workspaces/extensions/plugins/extensions/src/components/SharedAlerts.tsx
@@ -28,10 +28,10 @@ import {
import { useTranslation } from '../hooks/useTranslation';
const PRODUCTION_DOCS_URL =
- 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/installing_and_viewing_plugins_in_red_hat_developer_hub/rhdh-extensions-plugins_assembly-install-third-party-plugins-rhdh#con-extensions-managing-plugins_rhdh-extensions-plugins';
+ 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/installing_and_viewing_plugins_in_red_hat_developer_hub/extensions-in-rhdh_plugins-in-rhdh#manage-plugins-by-using-extensions_extensions-in-rhdh';
const EXTENSIONS_ENABLE_DOCS_URL =
- 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/installing_and_viewing_plugins_in_red_hat_developer_hub/rhdh-extensions-plugins_assembly-install-third-party-plugins-rhdh#proc-extensions-enabling-plugins-installation_rhdh-extensions-plugins';
+ 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/installing_and_viewing_plugins_in_red_hat_developer_hub/extensions-in-rhdh_plugins-in-rhdh#configure-rhdh-to-install-plugins-by-using-extensions_extensions-in-rhdh';
export const ProductionEnvironmentAlert = () => {
const { t } = useTranslation();
diff --git a/workspaces/lightspeed/plugins/lightspeed/src/components/LightspeedChatModelsState.tsx b/workspaces/lightspeed/plugins/lightspeed/src/components/LightspeedChatModelsState.tsx
index 6e015a03b3..d721e1e0bd 100644
--- a/workspaces/lightspeed/plugins/lightspeed/src/components/LightspeedChatModelsState.tsx
+++ b/workspaces/lightspeed/plugins/lightspeed/src/components/LightspeedChatModelsState.tsx
@@ -29,7 +29,7 @@ import SmartToyOutlinedIcon from '@mui/icons-material/SmartToyOutlined';
import { useTranslation } from '../hooks/useTranslation';
const LLAMA_STACK_CONFIGURE_DOCS_URL =
- 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/interacting_with_red_hat_developer_lightspeed_for_red_hat_developer_hub/developer-lightspeed#proc-installing-and-configuring-lightspeed_developer-lightspeed';
+ 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/interacting_with_red_hat_developer_lightspeed_for_red_hat_developer_hub/install-and-configure_interacting-with-developer-lightspeed-for-rhdh/';
const LIGHTSPEED_BACKEND_README_URL =
'https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/lightspeed/plugins/lightspeed-backend/README.md';
diff --git a/workspaces/quickstart/app-config.yaml b/workspaces/quickstart/app-config.yaml
index f3930cac5d..46a4a3a4ed 100644
--- a/workspaces/quickstart/app-config.yaml
+++ b/workspaces/quickstart/app-config.yaml
@@ -40,7 +40,7 @@ app:
cta:
text: Learn more
textKey: steps.configureGit.ctaTitle
- link: https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/integrating_red_hat_developer_hub_with_github/
+ link: https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/integrating_red_hat_developer_hub_with_your_git_provider/index
- title: Manage plugins
titleKey: steps.managePlugins.title
icon: Plugins
diff --git a/workspaces/scorecard/plugins/scorecard/src/components/Common/PermissionRequiredState.tsx b/workspaces/scorecard/plugins/scorecard/src/components/Common/PermissionRequiredState.tsx
index a2f182ae61..f283a5cf95 100644
--- a/workspaces/scorecard/plugins/scorecard/src/components/Common/PermissionRequiredState.tsx
+++ b/workspaces/scorecard/plugins/scorecard/src/components/Common/PermissionRequiredState.tsx
@@ -75,7 +75,7 @@ const PermissionRequiredState = () => {