From a4f6870863c7b7fefa6e8313451813635755f820 Mon Sep 17 00:00:00 2001 From: "memosr.eth" <96793918+memosr@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:00:31 +0300 Subject: [PATCH] Fix outdated reference to archived learn-docs repository The learn-docs repository is now deprecated and archived. Updated the section heading and description to reflect this accurately. --- docs/get-started/learning-resources.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/get-started/learning-resources.mdx b/docs/get-started/learning-resources.mdx index c621dad89..8a1024290 100644 --- a/docs/get-started/learning-resources.mdx +++ b/docs/get-started/learning-resources.mdx @@ -3,11 +3,13 @@ title: "Learning Resources" description: "Find educational content for learning Solidity, Ethereum, and blockchain development" --- -## Archived Content +## Previous Learn Content -All previous Learn content, including Solidity tutorials, Ethereum basics, and blockchain development guides, is now available at: +All previous Learn content, including Solidity tutorials, Ethereum basics, and blockchain development guides, was previously hosted at -**[github.com/base/learn-docs](https://github.com/base/learn-docs)** +[github.com/base/learn-docs](https://github.com/base/learn-docs). + +Note that this repository is now archived and no longer maintained. ## Coming Soon @@ -20,4 +22,4 @@ We will be adding more learning resources to help you build on Base. Stay tuned In the meantime, check out the following resources: - [Base Account](/base-account/overview/what-is-base-account), [Mini Apps](/mini-apps/quickstart/create-new-miniapp), and [Base Chain](/base-chain/quickstart/why-base) for building on Base. - [CryptoZombies](https://cryptozombies.io/) and [Solidity by Example](https://solidity-by-example.org/) for learning Solidity. -- [Base Prompt Library](/get-started/prompt-library) for building with AI. \ No newline at end of file +- [Base Prompt Library](/get-started/prompt-library) for building with AI.