From 56bd66ddd4171045b507cf175d5028c7159f51f9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 5 Nov 2024 00:11:45 +0100 Subject: [PATCH] fix link to MIT license (#8386) * fix link to MIT license * ignore opensource.org in linting --- README.md | 2 +- docs/mlc_config.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09804ca6ef..e455ddca49 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Open Source Inventory Management System

-[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/inventree/inventree) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/MIT)![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/inventree/inventree) ![CI](https://github.com/inventree/inventree/actions/workflows/qc_checks.yaml/badge.svg) [![Documentation Status](https://readthedocs.org/projects/inventree/badge/?version=latest)](https://inventree.readthedocs.io/en/latest/?badge=latest) ![Docker Build](https://github.com/inventree/inventree/actions/workflows/docker.yaml/badge.svg) diff --git a/docs/mlc_config.json b/docs/mlc_config.json index 9de13b7050..f9f3bb78d2 100644 --- a/docs/mlc_config.json +++ b/docs/mlc_config.json @@ -17,6 +17,9 @@ }, { "pattern": "https://www.reddit.com/r/InvenTree/" + }, + { + "pattern": "https://opensource.org/license/MIT" } ] }