From ef2548b43926e663c29dc8a8bae06f338d547725 Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Sun, 11 Jan 2026 20:06:25 -0800 Subject: [PATCH] deno-lint.json - Fixed homepage (#7522) --- bucket/deno-lint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/deno-lint.json b/bucket/deno-lint.json index 5872746941..d883fd634a 100644 --- a/bucket/deno-lint.json +++ b/bucket/deno-lint.json @@ -1,7 +1,7 @@ { "version": "0.82.0", "description": "Blazing fast linter for JavaScript and TypeScript written in Rust", - "homepage": "https://lint.deno.land/", + "homepage": "https://docs.deno.com/lint/", "license": "MIT", "suggest": { "vcredist": "extras/vcredist2022"