Skip to content

Commit

Permalink
fix links from transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Jul 1, 2024
1 parent d434dfa commit 561ee28
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion developer-tools/dashboard/get-started/create-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To create an API key:
1. From the pop-up window, provide a name, then click **CREATE**.
1. Select the networks that you want your API key to access, and select **Save Changes**.

You can [configure additional security](./secure-an-api/) for your API key by requiring an API key secret or JWTs with
You can [configure additional security](../how-to/secure-an-api/api-key-secret.md) for your API key by requiring an API key secret or JWTs with
each API request.

## Best practices for configuring API key endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- `result`: A trace object that includes the [`trace`](../../reference/ethereum/json-rpc-methods/trace-methods/index.md#trace) and [`stateDiff`](../../ethereum/json-rpc-methods/trace-methods/index.md#statediff).
- `result`: A trace object that includes the [`trace`](../../ethereum/json-rpc-methods/trace-methods/index.md#trace) and [`stateDiff`](../../ethereum/json-rpc-methods/trace-methods/index.md#statediff).

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- `block parameter`: _[Required]_ The hexadecimal block number, or the string `latest`, `earliest`, or `pending`. See the [default block parameter](https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block).
- `options`: A list of tracing options. Tracing options are [`trace`](./#trace) and [`stateDiff`](./#statediff). Specify both options or none.
- `options`: A list of tracing options. Tracing options are [`trace`](../../ethereum/json-rpc-methods/trace-methods/index.md#trace) and [`stateDiff`](../../ethereum/json-rpc-methods/trace-methods/index.md#statediff). Specify both options or none.

6 changes: 3 additions & 3 deletions services/reference/zksync/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the ZKsy

## Prerequisites

Ensure you have an [API key](../../../dashboard/create-api.md) with the ZKsync Era networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the ZKsync Era networked enabled.

## Make calls

Expand Down Expand Up @@ -189,11 +189,11 @@ Now that you have successfully made a call to the ZKsync Era network, you can ex
by Infura. Here are some suggestions:

- **Explore other ZKsync Era APIs**: Infura supports a wide range of APIs. You can find more information in the
[JSON-RPC API method documentation](./json-rpc-methods/).
[JSON-RPC API method documentation](json-rpc-methods/index.md).

- **Try out different networks**: Infura supports multiple networks including Arbitrum, Polygon, Optimism, IPFS and more.

- **Monitor your usage**: Keep an eye on your usage on the [Infura dashboard](../../../dashboard/dashboard-stats.md) to ensure you're not hitting your rate limits.
- **Monitor your usage**: Keep an eye on your usage on the [Infura dashboard](../../../../../developer-tools/dashboard/how-to/dashboard-stats/) to ensure you're not hitting your rate limits.
Remember, the Infura community is here to help. If you have any questions or run into any issues, check out the
[Infura community](https://community.infura.io/) for help and answers to common questions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Install the `web3`, `solc`, and `dotenv` packages in the project directory.

:::info

The [`dotenv`](../../tutorials/developer-tools/javascript-dotenv.md) package allows you to use a `.env` file to securely store private environment variables on your local machine.
The [`dotenv`](../../how-to/javascript-dotenv.md) package allows you to use a `.env` file to securely store private environment variables on your local machine.

:::

Expand Down

0 comments on commit 561ee28

Please sign in to comment.