Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions developer-tools/dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ Select one of the cards below to learn more about using the dashboard.
<CardList
items={[
{
href: "get-started/create-api",
href: "./get-started/create-api",
title: "Create an API key",
description: "Learn how to create an API key that allows you to make API calls."
},
{
href: "how-to/secure-an-api/api-key",
href: "./how-to/secure-an-api/api-key",
title: "Secure your API key",
description: "Learn how to secure your API key to avoid unwanted costs and unauthorized access."
},
{
href: "how-to/dashboard-stats",
href: "./how-to/dashboard-stats",
title: "Monitor API call stats",
description: "Learn how to use the dashboard to view API call stats."
}
Expand Down
Loading