Browse Source

Merge pull request #3806 from ilumer/hotfix/doc-url

修改官网链接#3777
qmdx 4 years ago
parent
commit
9f338b98f7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      build.gradle

+ 1 - 1
README.md

@@ -88,7 +88,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")