fix(ui): correct API keys documentation URL (#9580)

This commit is contained in:
Alan Buscaglia
2025-12-17 17:07:29 +01:00
committed by GitHub
parent 89b3b5a81f
commit 13ec7c13b9
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export const ApiKeyLinkCard = () => {
icon={KeyRoundIcon}
title="API Keys"
description="Manage API keys for programmatic access."
learnMoreUrl="https://docs.prowler.com/user-guide/providers/prowler-app-api-keys"
learnMoreUrl="https://docs.prowler.com/user-guide/tutorials/prowler-app-api-keys"
learnMoreAriaLabel="Learn more about API Keys"
bodyText="API Key management is available in your User Profile. Create and manage API keys to authenticate with the Prowler API for automation and integrations."
linkHref="/profile"

View File

@@ -77,7 +77,7 @@ export const ApiKeysCardClient = ({
<CardTitle>API Keys</CardTitle>
<p className="text-xs text-gray-500">
Manage API keys for programmatic access.{" "}
<CustomLink href="https://docs.prowler.com/user-guide/providers/prowler-app-api-keys">
<CustomLink href="https://docs.prowler.com/user-guide/tutorials/prowler-app-api-keys">
Read the docs
</CustomLink>
</p>

View File

@@ -99,7 +99,7 @@ export const CreateApiKeyModal = ({
>
<p className="text-xs text-gray-500">
Need help configuring API Keys?{" "}
<CustomLink href="https://docs.prowler.com/user-guide/providers/prowler-app-api-keys">
<CustomLink href="https://docs.prowler.com/user-guide/tutorials/prowler-app-api-keys">
Read the docs
</CustomLink>
</p>