From c68615ecee76c0417177f104ca1bf8a9f1fa55a2 Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Tue, 8 Oct 2024 17:40:33 -0700 Subject: [PATCH] updating links --- website/pages/en/developing/developer-faqs.mdx | 2 +- website/pages/en/network/developing.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/pages/en/developing/developer-faqs.mdx b/website/pages/en/developing/developer-faqs.mdx index c8906615c081..60751eec69e1 100644 --- a/website/pages/en/developing/developer-faqs.mdx +++ b/website/pages/en/developing/developer-faqs.mdx @@ -80,7 +80,7 @@ If only one entity is created during the event and if there's nothing better ava ### 15. Can I delete my subgraph? -It is not possible to delete subgraphs once they are created. However, you can [transfer and deprecate your subgraph](/managing/transfer-and-deprecate-a-subgraph/). +It is not possible to delete subgraphs once they are created. However, you can [transfer](/managing/transfer-a-subgraph/) and [deprecate](/managing/deprecate-a-subgraph/) your subgraph. ## Network Related diff --git a/website/pages/en/network/developing.mdx b/website/pages/en/network/developing.mdx index 81231c36ad59..ce71f6da30da 100644 --- a/website/pages/en/network/developing.mdx +++ b/website/pages/en/network/developing.mdx @@ -59,7 +59,7 @@ Once defined, a subgraph can be [deployed to Subgraph Studio](/deploying/deployi When you're happy with your subgraph, you can [publish it](/publishing/publishing-a-subgraph/) to The Graph Network. - This is an on-chain action, which registers the subgraph and makes it discoverable by Indexers. -- Published subgraphs have a corresponding NFT, which defines the ownership of the subgraph. You can [transfer the subgraph's ownership](/managing/transfer-and-deprecate-a-subgraph/) by sending the NFT. +- Published subgraphs have a corresponding NFT, which defines the ownership of the subgraph. You can [transfer the subgraph's ownership](/managing/transfer-a-subgraph/) by sending the NFT. - Published subgraphs have associated metadata, which provides other network participants with useful context and information. ### Add Curation Signal for Indexing @@ -86,4 +86,4 @@ To update your subgraph with bug fixes or new functionalities, initiate a transa ### Deprecating & Transferring Subgraphs -If you no longer need a published subgraph, you can [deprecate or transfer a subgraph](/managing/transfer-and-deprecate-a-subgraph/). Deprecating a subgraph returns any signaled GRT to [Curators](/network/curating/). +If you no longer need a published subgraph, you can [deprecate](/managing/deprecate-a-subgraph/) or [transfer](/managing/transfer-a-subgraph/) it. Deprecating a subgraph returns any signaled GRT to [Curators](/network/curating/).