From 3b95628ff507ec12dcaedc0ec499b6ba9ab19540 Mon Sep 17 00:00:00 2001 From: matias Date: Thu, 26 Jun 2025 16:09:52 -0700 Subject: [PATCH 1/2] Update link to Alchemy tutorials --- fern/api-reference/ethereum/ethereum-api-quickstart.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fern/api-reference/ethereum/ethereum-api-quickstart.mdx b/fern/api-reference/ethereum/ethereum-api-quickstart.mdx index d2aa05bb..ea91a89d 100644 --- a/fern/api-reference/ethereum/ethereum-api-quickstart.mdx +++ b/fern/api-reference/ethereum/ethereum-api-quickstart.mdx @@ -6,7 +6,7 @@ url: https://docs.alchemy.com/reference/ethereum-api-quickstart slug: reference/ethereum-api-quickstart --- -*To use the Ethereum API you'll need to [create a free Alchemy account](https://alchemy.com/?a=f8afc2202c) first!* +*To use the Ethereum API you'll need to [create a free Alchemy account](https://dashboard.alchemy.com/signup/) first!* # What is the Ethereum API? @@ -120,6 +120,4 @@ You should see the latest block number outputted to your console. *** -You must not stop here! Want to build your first Dapp and use Ethereum APIs? Head towards Alchemy Tutorials. - -[**View**: https://docs.alchemy.com/docs](https://docs.alchemy.com/docs) +You must not stop here! Want to build your first Dapp and use Ethereum APIs? Head towards [Alchemy Tutorials](https://www.alchemy.com/docs/alchemy-quickstart-guide). From 1ac81164b0f75805e09d5206700949fc2465eab6 Mon Sep 17 00:00:00 2001 From: matias Date: Thu, 26 Jun 2025 16:11:04 -0700 Subject: [PATCH 2/2] Update ethereum-api-quickstart.mdx --- fern/api-reference/ethereum/ethereum-api-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/api-reference/ethereum/ethereum-api-quickstart.mdx b/fern/api-reference/ethereum/ethereum-api-quickstart.mdx index ea91a89d..1774b0fa 100644 --- a/fern/api-reference/ethereum/ethereum-api-quickstart.mdx +++ b/fern/api-reference/ethereum/ethereum-api-quickstart.mdx @@ -120,4 +120,4 @@ You should see the latest block number outputted to your console. *** -You must not stop here! Want to build your first Dapp and use Ethereum APIs? Head towards [Alchemy Tutorials](https://www.alchemy.com/docs/alchemy-quickstart-guide). +You must not stop here! Want to build your first app using Ethereum APIs? Head towards [Alchemy Tutorials](https://www.alchemy.com/docs/alchemy-quickstart-guide).