Skip to content

Commit

Permalink
Fix broken card links.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst committed Jul 2, 2024
1 parent d8105d3 commit f1ef5bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions services/reference/ethereum/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ The [official Ethereum documentation](https://ethereum.org/en/) for more informa
<CardList
items={[
{
href: "./ethereum/quickstart",
href: "quickstart",
title: "Quickstart",
description: "Learn how to quickly connect and make calls to the Ethereum network."
},
{
href: "./ethereum/json-rpc-methods",
href: "json-rpc-methods",
title: "JSON-RPC APIs",
description: "View the APIs available for communicating with the Ethereum network."
},
{
href: "../../../dashboard/create-api",
href: "../../../developer-tools/dashboard/get-started/create-api/",
title: "Create an API key",
description: "Learn how to create an API key and secure and share it with your team."
}
Expand Down
4 changes: 2 additions & 2 deletions services/reference/gas-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The Gas API is a tool that delivers real-time [gas prices](../../concepts/gas.md
description: "Learn how to quickly connect and make calls to the Gas API."
},
{
href: "json-rpc-methods",
title: "JSON-RPC APIs",
href: "api-reference",
title: "REST APIs",
description: "View the APIs available for communicating with the Gas API."
},
{
Expand Down
4 changes: 2 additions & 2 deletions services/reference/ipfs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ See the [official IPFS documentation](https://docs.ipfs.io) for more information
description: "Learn how to quickly connect and make calls to the IPFS network."
},
{
href: "json-rpc-methods",
title: "JSON-RPC APIs",
href: "http-api-methods",
title: "HTTP APIs",
description: "View the APIs available for communicating with the IPFS network."
},
{
Expand Down

0 comments on commit f1ef5bb

Please sign in to comment.