From 6d34a047010cedb78e989f29d8d5bc41e380a354 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Tue, 6 Sep 2022 21:02:48 -0400 Subject: [PATCH] [secure] Use mybatis.org directly for secure https --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb2998bf..8f233a76 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ MyBatis Guice Module [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis/mybatis-guice.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis-guice/) [![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -![mybatis-guice](http://mybatis.github.io/images/mybatis-logo.png) +![mybatis-guice](https://mybatis.org/images/mybatis-logo.png) The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework. Essentials ---------- -* [See the docs](http://mybatis.github.io/guice/) +* [See the docs](https://mybatis.org/guice/) diff --git a/pom.xml b/pom.xml index d2e90b2c..7e7bff6a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ mybatis-guice The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework. - http://mybatis.github.io/guice/ + https://mybatis.org/guice/ 2009