Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken card links. #1376

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
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 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