Merge pull request #174 from apache/blog_1.10.1-fix

[BLOG] fix 1.10.1 docs
diff --git a/src/site/assets/.htaccess b/src/site/assets/.htaccess
index 2e5602d..7bbba00 100644
--- a/src/site/assets/.htaccess
+++ b/src/site/assets/.htaccess
@@ -52,5 +52,5 @@
 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1
 
 # latest
-RedirectMatch /static/current(.*) /static/1.10.0$1
-RedirectMatch /static/latest(.*) /static/1.10.0$1
+RedirectMatch /static/current(.*) /static/1.10.1$1
+RedirectMatch /static/latest(.*) /static/1.10.1$1
diff --git a/src/site/content/blog/2022/11/19/apache-shiro-1101-released.adoc b/src/site/content/blog/2022/11/19/apache-shiro-1101-released.adoc
index 01a20b5..3c41c19 100644
--- a/src/site/content/blog/2022/11/19/apache-shiro-1101-released.adoc
+++ b/src/site/content/blog/2022/11/19/apache-shiro-1101-released.adoc
@@ -29,7 +29,7 @@
 The Apache Shiro team is pleased to announce the release of Apache Shiro version 1.10.1.
 This is a feature release for 1.x.
 
-This release solves 5 issues since the 1.9.1 release and is available for download now.
+This release solves 5 issues since the 1.10.0 release and is available for download now.
 
 == All changes
 
@@ -39,18 +39,17 @@
 
 === Bug
 
-[SHIRO-892] - No Guice binding for newly introduced ShiroFilterConfiguration
-[SHIRO-893] - NPE caused by lack of default ShiroFilterConfiguration
+* [https://issues.apache.org/jira/browse/SHIRO-892[SHIRO-892]] - No Guice binding for newly introduced ShiroFilterConfiguration
+* [https://issues.apache.org/jira/browse/SHIRO-893[SHIRO-893]] - NPE caused by lack of default ShiroFilterConfiguration
 
 === Test
 
-[SHIRO-895] - Work around Guice 4's Java 17 compatibliity for Java 17-based tests
+* [https://issues.apache.org/jira/browse/SHIRO-895[SHIRO-895]] - Work around Guice 4's Java 17 compatibliity for Java 17-based tests
 
 === Dependency upgrade
 
-[SHIRO-894] - EasyMock 5.0.1 for Java 17 compatibility
-[SHIRO-896] - HSQLDB 2.7.1
-
+* [https://issues.apache.org/jira/browse/SHIRO-894[SHIRO-894]] - EasyMock 5.0.1 for Java 17 compatibility
+* [https://issues.apache.org/jira/browse/SHIRO-896[SHIRO-896]] - HSQLDB 2.7.1
 
 === Behavior Changes