Skip to content

Commit 60883b4

Browse files
committed
Fix links
1 parent 14288bd commit 60883b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/src/pages/en/subgraphs/explorer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This guide explains how to use [Graph Explorer](https://thegraph.com/explorer) t
1515
- To perform actions, you need a wallet (e.g., MetaMask) connected to [Graph Explorer](https://thegraph.com/explorer).
1616
> Make sure your wallet is connected to the correct network (e.g., Arbitrum). Features and data shown are network specific.
1717
- GRT tokens if you plan to delegate or curate.
18-
- Basic knowledge of [Subgraphs](https://thegraph.com/docs/en/subgraphs/developing/subgraphs/)
18+
- Basic knowledge of [Subgraphs](/subgraphs/developing/subgraphs/)
1919

2020
## Navigating Graph Explorer
2121

website/src/pages/en/subgraphs/querying/from-an-application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ During the development process, you will receive a GraphQL API endpoint at two d
1111

1212
### Subgraph Studio Endpoint
1313

14-
After deploying your Subgraph to [Subgraph Studio](https://thegraph.com/docs/en/subgraphs/developing/deploying/using-subgraph-studio/), you will receive an endpoint that looks like this:
14+
After deploying your Subgraph to [Subgraph Studio](/subgraphs/developing/deploying/using-subgraph-studio/), you will receive an endpoint that looks like this:
1515

1616
```
1717
https://api.studio.thegraph.com/query/<ID>/<SUBGRAPH_NAME>/<VERSION>

website/src/pages/en/token-api/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Get fast answers to easily integrate and scale with The Graph's high-performance
88

99
### Which blockchains are supported by the Token API?
1010

11-
Currently, the Token API supports Ethereum, BNB Smart Chain (BSC), Polygon, Optimism, Base, Unichain, Avalanche, Solana, and Arbitrum One. A full list of supported networks can be found under the Token API column in [The Graph docs](https://thegraph.com/docs/en/supported-networks/).
11+
Currently, the Token API supports Ethereum, BNB Smart Chain (BSC), Polygon, Optimism, Base, Unichain, Avalanche, Solana, and Arbitrum One. A full list of supported networks can be found under the Token API column [here](/supported-networks/).
1212

1313
### Does the Token API support NFTs?
1414

@@ -94,7 +94,7 @@ If you notice data inconsistencies, please report the issue on our [Discord](htt
9494

9595
### How do I specify a network?
9696

97-
You can query available networks with [this link](https://token-api.thegraph.com/networks). A full list of the exact network IDs accepted by The Graph can be found on [The Graph's Networks](https://thegraph.com/docs/en/supported-networks/). Use the optional `network_id` parameter (e.g., `mainnet`, `bsc`, `base`, `arbitrum-one`, `optimism`, `matic`, `unichain`) to target a specific chain. Without this parameter, the API defaults to Ethereum mainnet.
97+
You can query available networks with [this link](https://token-api.thegraph.com/networks). A full list of the exact network IDs accepted by The Graph can be found [here](/supported-networks/). Use the optional `network_id` parameter (e.g., `mainnet`, `bsc`, `base`, `arbitrum-one`, `optimism`, `matic`, `unichain`) to target a specific chain. Without this parameter, the API defaults to Ethereum mainnet.
9898

9999
### Why do I only see 10 results? How can I get more data?
100100

0 commit comments

Comments
 (0)