From a66952f781f5ce836283bc6d0a75993932b3524f Mon Sep 17 00:00:00 2001 From: Axel Karjalainen Date: Mon, 26 May 2025 22:51:14 +0300 Subject: [PATCH] C-PERMISSIVE: Use autolinks This is done so that non-GFM-compatible markdown parsers can identify the links. Examples include rustdoc and the one that ships with cgit-pink. --- src/necessities.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/necessities.md b/src/necessities.md index de32ce2..b1c0d3c 100644 --- a/src/necessities.md +++ b/src/necessities.md @@ -82,9 +82,9 @@ And toward the end of your README.md: Licensed under either of * Apache License, Version 2.0 - ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + ([LICENSE-APACHE](LICENSE-APACHE) or ) * MIT license - ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + ([LICENSE-MIT](LICENSE-MIT) or ) at your option.