Skip to content

Commit 1509de2

Browse files
Brettstd-s
authored andcommitted
fix: links .
1 parent e2a7478 commit 1509de2

11 files changed

Lines changed: 22 additions & 22 deletions

File tree

docs/sdks/api/relation/getFriendList.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ values={[
4545

4646
| 参数名称 | 参数类型 | 描述 |
4747
| -------- | --------------------------------------------------- | -------- |
48-
| ~ | List< [FriendInfo](docs/sdks/class/user/publicInfo.mdx) \* > | 成功返回 |
48+
| ~ | List< [FriendInfo](docs/sdks/class/relation/friendInfo.mdx) \* > | 成功返回 |
4949

5050
### 代码示例
5151

@@ -78,7 +78,7 @@ values={[
7878

7979
| 参数名称 | 参数类型 | 描述 |
8080
| --------- | -------------------------------------------------------------------- | -------- |
81-
| onSuccess | NSArray< [OIMFriendInfo](docs/sdks/class/user/publicInfo.mdx) \* > | 成功返回 |
81+
| onSuccess | NSArray< [OIMFriendInfo](docs/sdks/class/relation/friendInfo.mdx) \* > | 成功返回 |
8282
| onFailure | OIMFailureCallback | 失败返回 |
8383

8484
### 代码示例

docs/sdks/api/relation/getFriendListPage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ values={[
5353

5454
| 参数名称 | 参数类型 | 描述 |
5555
| -------- | --------------------------------------------------- | -------- |
56-
| ~ | List< [FriendInfo](docs/sdks/class/user/publicInfo.mdx) \* > | 成功返回 |
56+
| ~ | List< [FriendInfo](docs/sdks/class/relation/friendInfo.mdx) \* > | 成功返回 |
5757

5858
### 代码示例
5959

@@ -90,7 +90,7 @@ values={[
9090

9191
| 参数名称 | 参数类型 | 描述 |
9292
| --------- | -------------------------------------------------------------------- | -------- |
93-
| onSuccess | NSArray< [OIMFriendInfo](docs/sdks/class/user/publicInfo.mdx) \* > | 成功返回 |
93+
| onSuccess | NSArray< [OIMFriendInfo](docs/sdks/class/relation/friendInfo.mdx) \* > | 成功返回 |
9494
| onFailure | OIMFailureCallback | 失败返回 |
9595

9696
### 代码示例

i18n/en/docusaurus-plugin-content-docs-sdks/current/api/conversation/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Related to Conversations
3030
| [deleteConversationAndDeleteAllMsg](/api/conversation/deleteConversationAndDeleteAllMsg.mdx) | Delete conversation and its messages |
3131
| [clearConversationAndDeleteAllMsg](/api/conversation/clearConversationAndDeleteAllMsg.mdx) | Delete messages in the conversation |
3232
| [setConversation](/api/conversation/setConversation.mdx) | set session information |
33-
| [changeInputStates](docs/sdks/api/conversation/changeInputStates.mdx) | Change input state |
34-
| [getInputStates](docs/sdks/api/conversation/getInputStates.mdx) | Get input status |
33+
| [changeInputStates](/api/conversation/changeInputStates.mdx) | Change input state |
34+
| [getInputStates](/api/conversation/getInputStates.mdx) | Get input status |

i18n/en/docusaurus-plugin-content-docs-sdks/current/api/conversation/setConversation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Future setConversation(
5050
| Parameter Name | Parameter Type | Mandatory | Description |
5151
| --------------- | ------------------------------------------------------------------- | -------- | ------------ |
5252
| conversationID | NSString | YES | Conversation ID |
53-
| req | [ConversationReq](docs/sdks/class/conversation/conversationReq.mdx) | YES | Changed structure |
53+
| req | [ConversationReq](/class/conversation/conversationReq.mdx) | YES | Changed structure |
5454

5555
### Return Value
5656

@@ -85,7 +85,7 @@ Future setConversation(
8585
| Parameter Name | Parameter Type | Mandatory | Description |
8686
| -------------- | ---------------------------------------------------------------------- | -------- | ------------ |
8787
| conversationID | NSString | YES | Conversation ID |
88-
| req | [OIMConversationReq](docs/sdks/class/conversation/conversationReq.mdx) | YES | Changed structure |
88+
| req | [OIMConversationReq](/class/conversation/conversationReq.mdx) | YES | Changed structure |
8989

9090
### Return Value
9191

i18n/en/docusaurus-plugin-content-docs-sdks/current/api/group/getJoinedGroupListPage.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ values={[
5252

5353
| 参数名称 | 参数类型 | 描述 |
5454
| -------- | ------------------------------------------------------ | -------- |
55-
| ~ | List< [GroupInfo](docs/sdks/class/group/groupInfo.mdx)> | 成功返回 |
55+
| ~ | List< [GroupInfo](/class/group/groupInfo.mdx)> | 成功返回 |
5656

5757
### Code Example
5858

@@ -87,7 +87,7 @@ values={[
8787

8888
| 参数名称 | 参数类型 | 描述 |
8989
| --------- | ---------------------------------------------------------------- | -------- |
90-
| onSuccess | NSArray< [OIMGroupInfo](docs/sdks/class/group/groupInfo.mdx) \*> | 成功返回 |
90+
| onSuccess | NSArray< [OIMGroupInfo](/class/group/groupInfo.mdx) \*> | 成功返回 |
9191
| onFailure | OIMFailureCallback | 失败返回 |
9292

9393
### Code Example
@@ -118,7 +118,7 @@ values={[
118118

119119
| Parameter Name | Data Type | Required | Description |
120120
| -------------- | ---------------------------------------------------------------------------------- | -------- | ----------- |
121-
| callBack | [OnBase](/callback/onBase.mdx)<List<[GroupInfo](/class/group/groupInfo.mdx)>> | Yes | Callback Interface |
121+
| callBack | [OnBase](/callback/onBase.mdx)< List< [GroupInfo](/class/group/groupInfo.mdx)>> | Yes | Callback Interface |
122122

123123
### Return Results
124124

@@ -158,8 +158,8 @@ None
158158

159159
| Parameter Name | Data Type | Description |
160160
| -------------- | ------------------------------------------------------------- | ----------- |
161-
| Promise.then() | Promise<WsResponse<[GroupItem](/class/group/groupInfo.mdx)[]>\> | Joined group list |
162-
| Promise.catch() | Promise<[WsResponse](/class/response.mdx)\> | Failed call callback |
161+
| Promise.then() | Promise< WsResponse< [GroupItem](/class/group/groupInfo.mdx)[]>\> | Joined group list |
162+
| Promise.catch() | Promise< [WsResponse](/class/response.mdx)\> | Failed call callback |
163163

164164
### Code Example
165165

i18n/en/docusaurus-plugin-content-docs-sdks/current/api/relation/getFriendList.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ values={[
4747

4848
| Parameter Name | Parameter Type | Description |
4949
| -------- | --------------------------------------------------- | -------- |
50-
| ~ | List< [PublicUserInfo](docs/sdks/class/user/publicInfo.mdx) \* > | Successful Return |
50+
| ~ | List< [PublicUserInfo](/class/user/publicInfo.mdx) \* > | Successful Return |
5151

5252
### Code Example
5353

@@ -81,7 +81,7 @@ values={[
8181

8282
| Parameter Name | Parameter Type | Description |
8383
| --------- | -------------------------------------------------------------------- | -------- |
84-
| onSuccess | NSArray< [PublicUserInfo](docs/sdks/class/user/publicInfo.mdx) \* > | Successful Return |
84+
| onSuccess | NSArray< [PublicUserInfo](/class/user/publicInfo.mdx) \* > | Successful Return |
8585
| onFailure | OIMFailureCallback | Failure Return |
8686

8787
### Code Example

i18n/en/docusaurus-plugin-content-docs-sdks/current/api/relation/getFriendListPage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ values={[
5454

5555
| Parameter Name | Parameter Type | Description |
5656
| -------------- | ---------------------------------------------------------- | ----------- |
57-
| ~ | List< [PublicUserInfo](docs/sdks/class/user/publicInfo.mdx) \* > | Success |
57+
| ~ | List< [PublicUserInfo](/class/user/publicInfo.mdx) \* > | Success |
5858

5959
### Code Example
6060

i18n/en/docusaurus-plugin-content-docs-sdks/current/api/relation/updateFriends.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Future updateFriends(
4949

5050
| Parameter Name | Parameter Type | Required | Description |
5151
| ---------------- | ----------------------------------------------------------------- | -------- | ------------ |
52-
| updateFriendsReq | [UpdateFriendsReq](docs/sdks/class/relation/updateFriendsReq.mdx) | YES | Changed structure |
52+
| updateFriendsReq | [UpdateFriendsReq](/class/relation/updateFriendsReq.mdx) | YES | Changed structure |
5353

5454
### Return Result
5555

@@ -82,7 +82,7 @@ Future updateFriends(
8282

8383
| Parameter Name | Parameter Type | Required | Description |
8484
| -------- | ----------------------------------------------------------------- | -------- | ------------ |
85-
| req | [UpdateFriendsReq](docs/sdks/class/relation/updateFriendsReq.mdx) | YES | Changed structure |
85+
| req | [UpdateFriendsReq](/class/relation/updateFriendsReq.mdx) | YES | Changed structure |
8686

8787
### Return Result
8888

i18n/en/docusaurus-plugin-content-docs-sdks/current/callback/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Details for [Event Listeners](./listener) callbacks.
4646
| [onNewConversation](/callback/onNewConversation.mdx) | Arrival of new conversation |
4747
| [onConversationChanged](/callback/onConversationChanged.mdx) | Changes in key information of some conversations |
4848
| [onTotalUnreadMessageCountChanged](/callback/onTotalUnreadMessageCountChanged.mdx) | Notification for changes in total unread messages |
49-
| [onInputStatusChanged](docs/sdks/callback/onInputStatusChanged.mdx) | Input state change notification |
49+
| [onInputStatusChanged](/callback/onInputStatusChanged.mdx) | Input state change notification |

i18n/en/docusaurus-plugin-content-docs-sdks/current/callback/onInputStatusChanged.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ values={[
3939

4040
| Name | Type | Description |
4141
| --------- | -------------------------------------------------- | ---------------- |
42-
| InputStatusChangedData | [InputStatusChangedData](docs/sdks/class/conversation/inputStatusChangedData.mdx) | Input status data |
42+
| InputStatusChangedData | [InputStatusChangedData](/class/conversation/inputStatusChangedData.mdx) | Input status data |
4343

4444
</TabItem>
4545

@@ -57,7 +57,7 @@ values={[
5757

5858
| Name | Type | Description |
5959
| --------- | -------------------------------------------------- | ---------------- |
60-
| OIMInputStatusChangedData | [OIMInputStatusChangedData](docs/sdks/class/conversation/inputStatusChangedData.mdx) | Input status data |
60+
| OIMInputStatusChangedData | [OIMInputStatusChangedData](/class/conversation/inputStatusChangedData.mdx) | Input status data |
6161

6262
</TabItem>
6363

0 commit comments

Comments
 (0)