You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/developing/developer-faqs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A subgraph is a custom API built on blockchain data. Subgraphs are queried using
12
12
13
13
### 2. What is the first step to create a subgraph?
14
14
15
-
To successfully create a subgraph and publish it on the decentralized network, you will need to install The Graph CLI. Review our [Creating a Subgraph](/developing/creating-a-subgraph/) page for detailed instructions.
15
+
To successfully create a subgraph, you will need to install The Graph CLI. Review the [Quick Start](/quick-start/) to get started. For detailed information, see [Creating a Subgraph](/developing/creating-a-subgraph/).
16
16
17
17
### 3. Can I still create a subgraph if my smart contracts don't have events?
0 commit comments