Skip to content

Commit 68b3ec0

Browse files
authored
Fix broken links. (#2301)
* Fix broken links. Signed-off-by: bgravenorst <byron.gravenorst@consensys.net> * Try relative link. Signed-off-by: bgravenorst <byron.gravenorst@consensys.net> --------- Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
1 parent e0a9031 commit 68b3ec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

developer-tools/dashboard/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ Select one of the cards below to learn more about using the dashboard.
2424
<CardList
2525
items={[
2626
{
27-
href: "get-started/create-api",
27+
href: "./get-started/create-api",
2828
title: "Create an API key",
2929
description: "Learn how to create an API key that allows you to make API calls."
3030
},
3131
{
32-
href: "how-to/secure-an-api/api-key",
32+
href: "./how-to/secure-an-api/api-key",
3333
title: "Secure your API key",
3434
description: "Learn how to secure your API key to avoid unwanted costs and unauthorized access."
3535
},
3636
{
37-
href: "how-to/dashboard-stats",
37+
href: "./how-to/dashboard-stats",
3838
title: "Monitor API call stats",
3939
description: "Learn how to use the dashboard to view API call stats."
4040
}

0 commit comments

Comments
 (0)