Selaa lähdekoodia

修改官网链接#3777

ilumer 4 vuotta sitten
vanhempi
commit
65a8cb6160
3 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 1 1
      README-zh.md
  2. 2 2
      README.md
  3. 1 1
      build.gradle

+ 1 - 1
README-zh.md

@@ -40,7 +40,7 @@ Mybatis 增强工具包 - 只做增强不做改变,简化`CRUD`操作
 
 ## 相关链接 | Links
 
-- [文档](https://mybatis.plus)
+- [文档](https://baomidou.com)
 - [代码生成](https://github.com/baomidou/generator)
 - [功能示例](https://gitee.com/baomidou/mybatis-plus-samples)
 - [展示](https://github.com/baomidou/awesome-mybatis-plus)

+ 2 - 2
README.md

@@ -28,7 +28,7 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
 
 ## Links
 
-- [Documentation](https://mybatis.plus)
+- [Documentation](https://baomidou.com)
 - [Code Generator](https://github.com/baomidou/generator)
 - [Samples](https://github.com/baomidou/mybatis-plus-samples)
 -   [Showcase](https://github.com/baomidou/awesome-mybatis-plus)
@@ -85,7 +85,7 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
     SELECT * FROM user WHERE age >= 18
     ```
 
-> This showcase is just a small part of MyBatis-Plus features. If you want to learn more, please refer to the [documentation](https://mybatis.plus).
+> This showcase is just a small part of MyBatis-Plus features. If you want to learn more, please refer to the [documentation](https://baomidou.com).
 
 ## License
 

+ 1 - 1
build.gradle

@@ -122,7 +122,7 @@ subprojects {
                 attributes 'Implementation-Title': archiveBaseName
                 attributes 'Implementation-Version': archiveVersion
                 attributes 'Built-Gradle': gradle.gradleVersion
-                attributes 'Bundle-DocURL': 'https://mybatis.plus/'
+                attributes 'Bundle-DocURL': 'https://baomidou.com/'
                 attributes 'Build-OS': System.getProperty("os.name")
                 attributes 'Built-By': System.getProperty("user.name")
                 attributes 'Build-Jdk': System.getProperty("java.version")