You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2022/07/25 19:22:24 UTC

[shiro-site] 01/01: [LINKS] fix links from articles.adoc

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch fix-links-to-introduction-on-landing-page
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit 5678a709786a54fcf21b593811d5f17d91f5d3a8
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Mon Jul 25 21:22:15 2022 +0200

    [LINKS] fix links from articles.adoc
---
 src/site/content/articles.adoc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/site/content/articles.adoc b/src/site/content/articles.adoc
index e25b891e9..14d57a170 100644
--- a/src/site/content/articles.adoc
+++ b/src/site/content/articles.adoc
@@ -21,13 +21,13 @@ New to Shiro? Here are some great introductory articles:
 
 * *http://www.ibm.com/developerworks/web/library/wa-apacheshiro/[Introducing Apache Shiro]* by Nathan Good on IBM DeveloperWorks, 14 September 2010.
 
-* *An Introduction to Shiro (formerly JSecurity/Ki) - A Beginner's Tutorial* by http://www.brucephillips.name[Bruce Phillips]:
+* *An Introduction to Shiro (formerly JSecurity/Ki) - A Beginner's Tutorial* by https://www.brucephillips.name/[Bruce Phillips]:
 
-** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-1[Part 1]
-** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-2[Part 2]
-** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-3[Part 3]
-** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-4[Part 4]
-** http://www.brucephillips.name/blog/index.cfm/2009/5/1/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners-Tutorial-Part-5[Part 5]
+** https://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-1[Part 1]
+** https://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-2[Part 2]
+** https://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-3[Part 3]
+** https://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-4[Part 4]
+** https://www.brucephillips.name/blog/index.cfm/2009/5/1/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners-Tutorial-Part-5[Part 5]
 
 [#Articles-AdditionalArticles]
 
@@ -35,7 +35,7 @@ New to Shiro? Here are some great introductory articles:
 
 Once you've gotten your feet wet, you might find these useful too:
 
-* *http://czetsuya-tech.blogspot.com/2012/10/how-to-integrate-apache-shiro-with.html?spref=tw[How to Integrate Apache Shiro with JavaEE6]* by czetsuya on 11 October 2012.
+* *https://www.czetsuyatech.com/2012/10/javaee-shiro-with-jdbc-on-glassfish.html[How to use Shiro with JDBC on JavaEE and Glassfish]* by czetsuya from October 2012.
 
 * *https://mehmetceliksoy.wordpress.com/2015/06/28/shiro-jdbc-realm/[Custom Apache Shiro JDBC Realm]* by Mehmet Celiksoy