From 76ec5393634f332ad249fe01467d5e3171fb4d2b Mon Sep 17 00:00:00 2001 From: Andrew Bullock Date: Thu, 11 Jan 2024 13:31:34 +0000 Subject: [PATCH] updated ajaxmin link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 57a8271d..dd5039c1 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ NUglify provides minify and compression methods for CSS, JavaScript and HTML files. -This repository is a fork of the [Microsoft Ajax Minifier](http://ajaxmin.codeplex.com/) + additional features (e.g: HTML compressor) +This repository is a fork of the [Microsoft Ajax Minifier](https://github.com/microsoft/ajaxmin) + additional features (e.g: HTML compressor) While dotnet Core is now relying on the **node.js** ecosystem for its client side tooling (e.g: minify), NUglify is **still useful** in scenarios where we need to access this tooling from a .NET application (not necessarily an ASP one) without having to install another developer platform.