Skip to content

Commit 63a8a1c

Browse files
committed
feat: update site url
1 parent 037d260 commit 63a8a1c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/sync.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
source-repo: [email protected]:doocs/qcloud-im-server-sdk-java.git
1919
destination-repo: [email protected]:Doocs/qcloud-im-server-sdk-java.git
2020

21-
- name: Build Gitee Pages
22-
uses: yanglbme/gitee-pages-action@main
23-
with:
24-
gitee-username: yanglbme
25-
gitee-password: ${{ secrets.GITEE_PASSWORD }}
26-
gitee-repo: doocs/qcloud-im-server-sdk-java
27-
branch: gh-pages
21+
# - name: Build Gitee Pages
22+
# uses: yanglbme/gitee-pages-action@main
23+
# with:
24+
# gitee-username: yanglbme
25+
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
26+
# gitee-repo: doocs/qcloud-im-server-sdk-java
27+
# branch: gh-pages

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<a href="https://central.sonatype.com/artifact/io.github.doocs/im-server-sdk-java"><img src="https://img.shields.io/maven-metadata/v?color=42b883&metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fio%2Fgithub%2Fdoocs%2Fim-server-sdk-java%2Fmaven-metadata.xml&style=flat-square" alt="maven"></a>
44
<a href="https://github.com/doocs/qcloud-im-server-sdk-java/blob/main/LICENSE"><img src="https://img.shields.io/github/license/doocs/qcloud-im-server-sdk-java?color=42b883&style=flat-square" alt="license"></a>
55
<a href="https://github.com/doocs/qcloud-im-server-sdk-java/pulls"><img src="https://img.shields.io/badge/prs-welcome-42b883?style=flat-square" alt="prs welcome"></a>
6-
<a href="https://doocs.github.io/#/?id=how-to-join"><img src="https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square" alt="open-source-organization"></a>
6+
<a href="https://doocs.org/#/?id=how-to-join"><img src="https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square" alt="open-source-organization"></a>
77

88
The Tencent Cloud IM Server SDK for Java enables Java developers to easily work with Tencent Cloud IM.
99

1010
[中文文档](./README_CN.md)
1111

1212
## Documentation
1313

14-
https://doocs.github.io/qcloud-im-server-sdk-java
14+
https://im.doocs.org
1515

1616
## Quick Start
1717

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<a href="https://central.sonatype.com/artifact/io.github.doocs/im-server-sdk-java"><img src="https://img.shields.io/maven-metadata/v?color=42b883&metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fio%2Fgithub%2Fdoocs%2Fim-server-sdk-java%2Fmaven-metadata.xml&style=flat-square" alt="maven"></a>
44
<a href="https://github.com/doocs/qcloud-im-server-sdk-java/blob/main/LICENSE"><img src="https://img.shields.io/github/license/doocs/qcloud-im-server-sdk-java?color=42b883&style=flat-square" alt="license"></a>
55
<a href="https://github.com/doocs/qcloud-im-server-sdk-java/pulls"><img src="https://img.shields.io/badge/prs-welcome-42b883?style=flat-square" alt="prs welcome"></a>
6-
<a href="https://doocs.github.io/#/?id=how-to-join"><img src="https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square" alt="open-source-organization"></a>
6+
<a href="https://doocs.org/#/?id=how-to-join"><img src="https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square" alt="open-source-organization"></a>
77

88
腾讯云 IM 服务端 Java SDK 封装了[腾讯云即时通信 IM](https://cloud.tencent.com/document/product/269) 服务端的所有 API 接口,方便服务端开发者进行 REST API 接口的调用以及第三方回调的处理。
99

1010
[English Version](./README.md)
1111

1212
## 文档导航
1313

14-
https://doocs.github.io/qcloud-im-server-sdk-java
14+
https://im.doocs.org
1515

1616
## 快速上手
1717

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineUserConfig({
1717
},
1818
],
1919
],
20-
base: '/qcloud-im-server-sdk-java/',
20+
base: '/',
2121
theme: defaultTheme({
2222
repo: 'doocs/qcloud-im-server-sdk-java',
2323
logo: 'https://avatars.githubusercontent.com/u/43716716?s=200&v=4',

0 commit comments

Comments
 (0)