Skip to content

Commit 11e94ca

Browse files
authored
Merge pull request #1369 from haoxiuwen/doc-v2
Modify User Profile Doc Links
2 parents 5d13a82 + 15adf13 commit 11e94ca

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/document/android/userprofile.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,10 @@ EMClient.getInstance().chatManager().sendMessage(message);
145145

146146
如果需要在名片中展示更丰富的信息,可以在 `ext` 中增加更多字段。
147147

148-
可参考 [示例项目](https://www.easemob.com/download/im) 中的以下类:
148+
可参考 [示例项目](https://github.com/easemob/easemob-uikit-android) 中的以下类:
149149

150-
- `ChatUserCardAdapterDelegate`
151-
- `ChatUserCardAdapterDelegate`
152-
- `ChatRowUserCard`
150+
- `EaseChatAttachmentController#selectContact`
151+
- `EaseChatRowUserCard`
153152

154153
### 常见问题
155154

docs/document/web/userprofile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ conn
177177

178178
如果需要在名片中展示更丰富的信息,可以在 `ext` 中添加更多字段。
179179

180-
可参考 [示例项目](https://github.com/easemob/webim/tree/dev_3.0/demo) 中 src/components/contact/ 下 UserInfoModal 组件。
180+
可参考 [示例项目](https://github.com/easemob/webim/tree/dev_3.0/demo)`src/components/contact/``UserInfoModal` 组件。

0 commit comments

Comments
 (0)