From 93770dd02ae625ae19e0ac30d5db3682335f468b Mon Sep 17 00:00:00 2001 From: Thibaut Schaeffer Date: Wed, 16 Oct 2024 11:09:08 +0200 Subject: [PATCH] Ignore licenses in link check (#1912) Judging from the build failures of https://github.com/powdr-labs/powdr/pull/1686 our requests to https://opensource.org/license/MIT are being blocked. Ignore the license URLs when checking the links. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 634e63d3cd..dba32fa816 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ dual licensed as below, without any additional terms or conditions. This project is licensed under either of + - [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) - [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)) + at your option.