From 2fff9fbb1a5f4d405f4efdafeeed655e4f7a7f37 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Jan 2025 14:04:04 +0100 Subject: [PATCH] Fix homepage URL in mlint.yml for MATLAB documentation --- data/tools/mlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tools/mlint.yml b/data/tools/mlint.yml index 5dec50bb9..63597b4a3 100644 --- a/data/tools/mlint.yml +++ b/data/tools/mlint.yml @@ -6,5 +6,5 @@ tags: license: proprietary types: - cli -homepage: 'https://mathworks.com/help/matlab/ref/mlint.html' +homepage: 'https://www.mathworks.com/help/matlab/ref/mlint.html' description: Check MATLAB code files for possible problems.