mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-18 21:07:48 +00:00
fix(ui): correct API keys documentation URL (#9580)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user