Skip to content

Commit 5bd10ac

Browse files
committed
Change the official website domain name
1 parent ecf9f3d commit 5bd10ac

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="http://apiboot.minbox.io/img/apiboot-colorful.png" height="100" width="426"/>
1+
<img src="https://apiboot.minbox.org/img/apiboot-colorful.png" height="100" width="426"/>
22

33
# ApiBoot: Born to build Api services as components
44

@@ -34,7 +34,7 @@ Vision:
3434

3535
## Installation & Getting Started
3636

37-
Please check the use of components<a href="http://apiboot.minbox.io" target="_blank">Official Reference Document</a>,Get started please visit<a href="http://apiboot.minbox.io/zh-cn/docs/quick-start.html" target="_blank">The first ApiBoot application</a>
37+
Please check the use of components<a href="https://apiboot.minbox.org" target="_blank">Official Reference Document</a>,Get started please visit<a href="https://apiboot.minbox.org/zh-cn/docs/quick-start.html" target="_blank">The first ApiBoot application</a>
3838

3939
If you are using Maven to build the project, you need to add the version dependency of ApiBoot to your pom.xml file as follows:
4040

@@ -52,7 +52,7 @@ If you are using Maven to build the project, you need to add the version depende
5252
</dependencyManagement>
5353
```
5454

55-
> Note:**lastVersion**Need to be replaced with the latest ApiBoot version,Please visit<a href="http://apiboot.minbox.io/zh-cn/docs/version-rely.html" target="_blank">Version dependencies- 2. Get the latest ApiBoot dependencies</a>
55+
> Note:**lastVersion**Need to be replaced with the latest ApiBoot version,Please visit<a href="https://apiboot.minbox.org/zh-cn/docs/version-rely.html" target="_blank">Version dependencies- 2. Get the latest ApiBoot dependencies</a>
5656
5757
After the version dependency is added, we can then add the required ApiBoot components in the project. The following is an example of using the distributed link component minbox-logging:
5858

@@ -66,13 +66,13 @@ After the version dependency is added, we can then add the required ApiBoot comp
6666
</dependencies>
6767
```
6868

69-
After adding the components, we can find the corresponding component documentation according to <a href="http://apiboot.minbox.io" target="_blank">official reference document</a> to configure and use.
69+
After adding the components, we can find the corresponding component documentation according to <a href="https://apiboot.minbox.org" target="_blank">official reference document</a> to configure and use.
7070

7171
## Get help
7272

7373
If you encounter problems while using ApiBoot, you can get help through the following channels!
7474

75-
- Check the <a href="http://apiboot.minbox.io" target="_blank">official reference document</a>, and every detail used will be reflected in the document.
75+
- Check the <a href="https://apiboot.minbox.org" target="_blank">official reference document</a>, and every detail used will be reflected in the document.
7676

7777
## Create Issues
7878

README.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="http://apiboot.minbox.io/img/apiboot-colorful.png" height="100" width="426"/>
1+
<img src="https://apiboot.minbox.org/img/apiboot-colorful.png" height="100" width="426"/>
22

33
# ApiBoot:为组件化构建Api服务而生
44

@@ -32,7 +32,7 @@ ApiBoot依赖于SpringBoot,可以使用ApiBoot构建独立的Java应用程序
3232

3333
## 安装 & 入门
3434

35-
组件的使用请查看<a href="http://apiboot.minbox.io" target="_blank">官方参考文档</a>,开始使用请访问<a href="http://apiboot.minbox.io/zh-cn/docs/quick-start.html" target="_blank">第一个ApiBoot应用程序</a>
35+
组件的使用请查看<a href="https://apiboot.minbox.org" target="_blank">官方参考文档</a>,开始使用请访问<a href="https://apiboot.minbox.org/zh-cn/docs/quick-start.html" target="_blank">第一个ApiBoot应用程序</a>
3636

3737
如果你是使用Maven来构建项目,你需要添加ApiBoot的版本依赖到你的pom.xml文件内,如下所示:
3838

@@ -51,7 +51,7 @@ ApiBoot依赖于SpringBoot,可以使用ApiBoot构建独立的Java应用程序
5151
</dependencyManagement>
5252
```
5353

54-
> 注意:**lastVersion**需要替换为最新的ApiBoot版本,请访问<a href="http://apiboot.minbox.io/zh-cn/docs/version-rely.html" target="_blank">版本依赖 - 2.获取最新的ApiBoot依赖</a>查看。
54+
> 注意:**lastVersion**需要替换为最新的ApiBoot版本,请访问<a href="https://apiboot.minbox.org/zh-cn/docs/version-rely.html" target="_blank">版本依赖 - 2.获取最新的ApiBoot依赖</a>查看。
5555
5656
版本依赖添加完成后,我们接下来就可以进行添加项目内所需要的ApiBoot组件,下面是使用分布式链路组件minbox-logging示例:
5757

@@ -65,7 +65,7 @@ ApiBoot依赖于SpringBoot,可以使用ApiBoot构建独立的Java应用程序
6565
</dependencies>
6666
```
6767

68-
添加完组件我们就可以根据<a href="http://apiboot.minbox.io" target="_blank">官方参考文档</a>找到对应组件的文档进行配置使用了。
68+
添加完组件我们就可以根据<a href="https://apiboot.minbox.org" target="_blank">官方参考文档</a>找到对应组件的文档进行配置使用了。
6969

7070
## 组件使用
7171

@@ -75,7 +75,7 @@ ApiBoot依赖于SpringBoot,可以使用ApiBoot构建独立的Java应用程序
7575

7676
如果在使用ApiBoot的过程中遇到了问题,你可以通过以下途径获取帮助!
7777

78-
- 查看<a href="http://apiboot.minbox.io" target="_blank">官方参考文档</a>,使用的每一个细节都会在文档中进行体现。
78+
- 查看<a href="https://apiboot.minbox.org" target="_blank">官方参考文档</a>,使用的每一个细节都会在文档中进行体现。
7979
- 在<a href="https://gitee.com/minbox-projects/api-boot/issues" target="_blank">https://gitee.com/minbox-projects/api-boot/issues</a>提交你遇到的使用问题。
8080

8181
## 提交问题建议

0 commit comments

Comments
 (0)