Skip to content

Commit 001f4b4

Browse files
committed
fix: doc en path
1 parent bd2dac9 commit 001f4b4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ IMSDK.pinConversation({
167167

168168
| Parameter Name | Data Type | Description |
169169
| --------------- | ---------------------------------------------------- | ------------ |
170-
| Promise.then() | Promise<[WsResponse](docs/sdks/class/response.mdx)\> | Success callback |
171-
| Promise.catch() | Promise<[WsResponse](docs/sdks/class/response.mdx)\> | Failure callback |
170+
| Promise.then() | Promise<[WsResponse](/class/response.mdx)\> | Success callback |
171+
| Promise.catch() | Promise<[WsResponse](/class/response.mdx)\> | Failure callback |
172172

173173
### Code Example
174174

@@ -224,7 +224,7 @@ IMSDK.asyncApi('pinConversation', operationID: string, {
224224
| Parameter Name | Data Type | Description |
225225
| --------------- | ------------------------------------------------------- | ------------ |
226226
| Promise.then() | Promise<void\> | Success callback |
227-
| Promise.catch() | Promise<[CatchResponse](docs/sdks/class/response.mdx)\> | Failure callback |
227+
| Promise.catch() | Promise<[CatchResponse](/class/response.mdx)\> | Failure callback |
228228

229229
### Code Example
230230

@@ -268,7 +268,7 @@ OpenIMSDKRN.pinConversation({
268268
| Parameter Name | Data Type | Description |
269269
| --------------- | ------------------------------------------------------- | ------------ |
270270
| Promise.then() | Promise<void\> | Success callback |
271-
| Promise.catch() | Promise<[CatchResponse](docs/sdks/class/response.mdx)\> | Failure callback |
271+
| Promise.catch() | Promise<[CatchResponse](/class/response.mdx)\> | Failure callback |
272272

273273
### Code Example
274274

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ IMSDK.updateFriends({
165165

166166
| Parameter Name | Data Type | Description |
167167
| --------------- | ---------------------------------------------------- | ------------ |
168-
| Promise.then() | Promise<[WsResponse](docs/sdks/class/response.mdx)\> | Call success |
169-
| Promise.catch() | Promise<[WsResponse](docs/sdks/class/response.mdx)\> | Call failed |
168+
| Promise.then() | Promise<[WsResponse](/class/response.mdx)\> | Call success |
169+
| Promise.catch() | Promise<[WsResponse](/class/response.mdx)\> | Call failed |
170170

171171
### Code Example
172172

@@ -222,7 +222,7 @@ IMSDK.asyncApi('updateFriends', operationID: string, {
222222
| Parameter Name | Data Type | Description |
223223
| --------------- | ------------------------------------------------------- | ------------ |
224224
| Promise.then() | Promise<void\> | Call success |
225-
| Promise.catch() | Promise<[CatchResponse](docs/sdks/class/response.mdx)\> | Call failed |
225+
| Promise.catch() | Promise<[CatchResponse](/class/response.mdx)\> | Call failed |
226226

227227
### Code Example
228228

@@ -266,7 +266,7 @@ OpenIMSDKRN.updateFriends({
266266
| Parameter Name | Data Type | Description |
267267
| --------------- | ------------------------------------------------------- | ------------ |
268268
| Promise.then() | Promise<void\> | Call success |
269-
| Promise.catch() | Promise<[CatchResponse](docs/sdks/class/response.mdx)\> | Call failed |
269+
| Promise.catch() | Promise<[CatchResponse](/class/response.mdx)\> | Call failed |
270270

271271
### Code Example
272272

0 commit comments

Comments
 (0)