mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
fix(ui): correct API keys documentation URL (#9580)
This commit is contained in:
@@ -10,7 +10,7 @@ export const ApiKeyLinkCard = () => {
|
|||||||
icon={KeyRoundIcon}
|
icon={KeyRoundIcon}
|
||||||
title="API Keys"
|
title="API Keys"
|
||||||
description="Manage API keys for programmatic access."
|
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"
|
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."
|
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"
|
linkHref="/profile"
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ export const ApiKeysCardClient = ({
|
|||||||
<CardTitle>API Keys</CardTitle>
|
<CardTitle>API Keys</CardTitle>
|
||||||
<p className="text-xs text-gray-500">
|
<p className="text-xs text-gray-500">
|
||||||
Manage API keys for programmatic access.{" "}
|
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
|
Read the docs
|
||||||
</CustomLink>
|
</CustomLink>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ export const CreateApiKeyModal = ({
|
|||||||
>
|
>
|
||||||
<p className="text-xs text-gray-500">
|
<p className="text-xs text-gray-500">
|
||||||
Need help configuring API Keys?{" "}
|
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
|
Read the docs
|
||||||
</CustomLink>
|
</CustomLink>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user