Skip to content

Commit

Permalink
Fix broken links.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst committed Sep 6, 2024
1 parent 8e39e4b commit 8a62acb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion services/concepts/websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Create stateful subscriptions over WebSockets to listen to specific events. Exam

## Pricing

For users on [Infura's credit pricing plan](./pricing/), subscribing and unsubscribing to
For users on [Infura's credit pricing plan](../get-started/pricing/index.md), subscribing and unsubscribing to
events using the `eth_subscribe` and `eth_unsubscribe` methods consume credits from your daily quota.
Credits are consumed for these actions to prevent spamming, even if no valuable data is sent.

Expand Down
4 changes: 2 additions & 2 deletions services/get-started/infura.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Select **View Stats** or **stats** to monitor your project request stats.

From the Stats page of the Infura dashboard, you can view real-time statistics about your API usage.
Optimize your app and better understand your users by
[reviewing your API request stats](../dashboard/dashboard-stats.md) regularly.
[reviewing your API request stats](/developer-tools/dashboard/how-to/dashboard-stats) regularly.

<div class="left-align-container">
<div class="img-large">
Expand All @@ -215,7 +215,7 @@ Optimize your app and better understand your users by
## 6. View your credit usage

The Infura dashboard provides an overview of your daily credit usage. Select **View Usage**
for a [wider view of your credit usage](../dashboard/credit-usage.md).
for a [wider view of your credit usage](/developer-tools/dashboard/how-to/credit-usage).

:::info

Expand Down
2 changes: 1 addition & 1 deletion services/get-started/pricing/credit-cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ specific network and method being used.

:::caution important

Requests for [archive data](../../networks/ethereum/concepts/archive-data.md) (older than 128 blocks)
Requests for [archive data](../../concepts/archive-data.md) (older than 128 blocks)
currently cost the same as non-archive data, but this might change in the near future.
:::

Expand Down
6 changes: 3 additions & 3 deletions services/get-started/pricing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ View the [credit cost table](./credit-cost.md) for a breakdown of the cost for e
Depending on the type of requests, the credit pricing model might have unique ways of counting
credits toward your daily credit quota:

- [**WebSocket streaming**](../websockets.md#pricing): Subscribing and unsubscribing to events consume credits from your
- [**WebSocket streaming**](../../concepts/websockets.md#pricing): Subscribing and unsubscribing to events consume credits from your
daily quota. Each event received through a WebSocket connection also
[consumes credits based on the event type](./credit-cost.md#subscription-events).
WebSocket connections are severed once you reach your daily credit limit.

- [**Batch requests**](../../networks/ethereum/how-to/make-batch-requests.md): Each individual RPC call
- [**Batch requests**](../../how-to/make-batch-requests.md): Each individual RPC call
within a batch call consumes credits (including the batch call itself).

- [**Archive requests**](../../networks/ethereum/concepts/archive-data.md): Accessing archive data (older than 128 blocks)
- [**Archive requests**](../../concepts/archive-data.md): Accessing archive data (older than 128 blocks)
currently consumes the same amount of credits as non-archive data, however, this might change in the future.

## Infura plans
Expand Down

0 comments on commit 8a62acb

Please sign in to comment.