diff --git a/website/pages/hi/quick-start.mdx b/website/pages/hi/quick-start.mdx index 51375f5d2ee9..b3f147b50253 100644 --- a/website/pages/hi/quick-start.mdx +++ b/website/pages/hi/quick-start.mdx @@ -71,7 +71,7 @@ graph init --studio - Schema (`schema.graphql`) - The GraphQL schema defines what data you wish to retrieve from the subgraph. - AssemblyScript Mappings (`mapping.ts`) - This is the code that translates data from your datasources to the entities defined in the schema. -अपना सबग्राफ कैसे लिखना है, इस बारे में अधिक जानकारी के लिए, [Creating a Subgraph](/developing/creating-a-subgraph). +For more information on how to write your subgraph, see [Creating a Subgraph](/developing/creating-a-subgraph). ## 5. सबग्राफ स्टूडियो में तैनात करें