From 585312cebfc65b0d4f72222c8a8e3fa40507b815 Mon Sep 17 00:00:00 2001 From: Haoyang Liu Date: Sun, 26 Jul 2026 17:06:41 +0800 Subject: [PATCH] docs: fix dead license badge link in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 README 顶部 license 徽章的链接从废弃的 dotnetcore/AspectCore@dev 修正为 dotnetcore/AspectCore-Framework@master,指向存活的 LICENSE(MIT)。 旧链接存在两处失效:仓库名 AspectCore 为旧名,且 dev 为废弃分支。 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e111b5..45182776 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## AspectCore Framework [![Build](https://github.com/dotnetcore/AspectCore-Framework/actions/workflows/build-ci.yml/badge.svg)](https://github.com/dotnetcore/AspectCore-Framework/actions/workflows/build-ci.yml) [![Member project of .NET Core Community](https://img.shields.io/badge/member%20project%20of-NCC-9e20c9.svg)](https://github.com/dotnetcore) -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/dotnetcore/AspectCore/blob/dev/LICENSE) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/dotnetcore/AspectCore-Framework/blob/master/LICENSE) AspectCore is an Aspect-Oriented Programming based cross platform framework for .NET 6+. Core support for aspect-interceptor, dependency injection integration, web applications, data validation, and more.