This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 298f5b458 Enable markdown-lint rule MD034 (#2522)
298f5b458 is described below
commit 298f5b458e439a9acae635e7b5e04795b3bd036b
Author: John Bampton <[email protected]>
AuthorDate: Mon Feb 9 05:35:44 2026 +1000
Enable markdown-lint rule MD034 (#2522)
MD034/no-bare-urls Bare URL used
https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md
---
.github/linters/.markdown-lint.yml | 3 ---
README.md | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/linters/.markdown-lint.yml
b/.github/linters/.markdown-lint.yml
index b1a8ffafc..af14d3623 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -24,8 +24,5 @@ MD014: false
# MD033/no-inline-html Inline HTML
MD033: false
-# MD034/no-bare-urls Bare URL used
-MD034: false
-
# MD041/first-line-heading/first-line-h1 First line in a file should be a
top-level heading
MD041: false
diff --git a/README.md b/README.md
index e995f54fa..504855557 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Apache Shiro
Documentation and Examples
--------------------------
-https://shiro.apache.org
+<https://shiro.apache.org>
Tutorials
---------