From b70b6ad90b9255d424e194012e42c9df42d15e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Tue, 14 Jul 2026 01:52:39 -0700 Subject: [PATCH] examples: remove stale ecosystem link from examples (#3835) --- examples/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index a20579e6..b35b9adb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,6 +2,3 @@ This folder contains numerous examples showing how to use axum. Each example is set up as its own crate so its dependencies are clear. - -For a list of what the community built with axum, please see the list -[here](../ECOSYSTEM.md).