From 50054f0589af68734d43e33ee2aa2e4638ef3eeb Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Mon, 7 Sep 2026 12:45:25 +0200 Subject: [PATCH] docs(solidity-resources): drop dead LearnWeb3 link https://learnweb3.io has returned 5xx on every weekly external-link run since 2026-08-03 (#52, #70, #73). It is not a transient outage: the host answers with `x-render-routing: suspend` and the body "This service has been suspended", the LearnWeb3DAO GitHub org has had no activity since Aug 2025 and still points at the dead domain, and no successor domain exists (learnweb3.xyz is an unrelated marketing page). Remove the entry rather than send readers to a suspended service; the Basic Solidity section still lists four live resources. The VS Code Marketplace link flagged in #63 was a one-off 503 on 2026-08-17; it has passed every run since and resolves to the NomicFoundation.hardhat-solidity extension, so it is left as is. Closes #52, #63, #70, #73 Co-authored-by: Cursor --- evm/solidity-resources.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/evm/solidity-resources.mdx b/evm/solidity-resources.mdx index ccefad1..4fddcea 100644 --- a/evm/solidity-resources.mdx +++ b/evm/solidity-resources.mdx @@ -29,8 +29,6 @@ This page suggests a minimal set of resources for getting started with building Covers the fundamentals of blockchain, DeFi, and smart contracts. - **[Solidity Smart Contract Development by Cyfrin Updraft](https://updraft.cyfrin.io/courses/solidity)** Offers hands-on experience to become a smart contract developer. -- **[Ethereum Developer Degree by LearnWeb3](https://learnweb3.io)** - A course designed to take you from no background in web3 to building multiple applications and understanding key protocols, frameworks, and concepts. ## Intermediate Solidity