From af7906f100690a3ae6957c03cbe7ad9a66e4a7b6 Mon Sep 17 00:00:00 2001 From: apurvsibal <30145118+apurvsibal@users.noreply.github.com> Date: Wed, 26 Apr 2023 04:38:42 +0530 Subject: [PATCH] Update Alchemy Key URL (#3559) Update Alchemy Key URL in Blockchain Document Loader. I want to say thank you for the incredible work the LangChain library creators have done. I am amazed at how seamlessly the Loader integrates with Ethereum Mainnet, Ethereum Testnet, Polygon Mainnet, and Polygon Testnet, and I am excited to see how this technology can be extended in the future. @hwchase17 - Please let me know if I can improve or if I have missed any community guidelines in making the edit? Thank you again for your hard work and dedication to the open source community. --- docs/modules/indexes/document_loaders/examples/blockchain.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/indexes/document_loaders/examples/blockchain.ipynb b/docs/modules/indexes/document_loaders/examples/blockchain.ipynb index 0a55eb2e73..7fe6f10ad7 100644 --- a/docs/modules/indexes/document_loaders/examples/blockchain.ipynb +++ b/docs/modules/indexes/document_loaders/examples/blockchain.ipynb @@ -43,7 +43,7 @@ "\n", "\n", "* An OpenAI key (for OpenAI models)\n", - "* A free [Alchemy API Key](https://https://www.alchemy.com/)\n", + "* A free [Alchemy API Key](https://www.alchemy.com/)\n", "\n", "\n", "\n"