From 897ed6f3433592ae172679258c850783c19bfeef Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Fri, 13 Oct 2023 09:23:13 +0800 Subject: [PATCH] modify --- docs/document/android/overview.md | 2 +- docs/document/applet/initialization.md | 2 +- docs/document/flutter/overview.md | 2 +- docs/document/ios/overview.md | 2 +- docs/document/react-native/overview.md | 2 +- docs/document/unity/overview.md | 2 +- docs/document/web/overview.md | 2 +- docs/document/windows/overview.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/document/android/overview.md b/docs/document/android/overview.md index 4b8c5ecba..5d76db14d 100644 --- a/docs/document/android/overview.md +++ b/docs/document/android/overview.md @@ -54,7 +54,7 @@ EMClient.getInstance().init(context, options); ### 控制台注册 -控制台的注册请到 [这里](https://console.easemob.com/app/im-service/operative-service/user)。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册 diff --git a/docs/document/applet/initialization.md b/docs/document/applet/initialization.md index 3934058b8..40211e396 100644 --- a/docs/document/applet/initialization.md +++ b/docs/document/applet/initialization.md @@ -55,7 +55,7 @@ const conn = new EC.connection({ ### 控制台注册 -登录[环信即时通讯云控制台](https://console.easemob.com/user/login),选择**即时通讯** > **运营服务** > **用户管理**,创建 IM 用户。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册 diff --git a/docs/document/flutter/overview.md b/docs/document/flutter/overview.md index 0ffa5764c..279b2d192 100644 --- a/docs/document/flutter/overview.md +++ b/docs/document/flutter/overview.md @@ -37,7 +37,7 @@ await EMClient.getInstance.startCallback(); ### 控制台注册 -控制台的注册请到 [这里](https://console.easemob.com/app/im-service/operative-service/user)。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册 diff --git a/docs/document/ios/overview.md b/docs/document/ios/overview.md index be439cd86..0484a96d0 100644 --- a/docs/document/ios/overview.md +++ b/docs/document/ios/overview.md @@ -35,7 +35,7 @@ EMOptions *options = [EMOptions optionsWithAppkey:@"<#appkey#>"]; ### 控制台注册 -控制台的注册请到 [这里](https://console.easemob.com/app/im-service/operative-service/user)。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册 diff --git a/docs/document/react-native/overview.md b/docs/document/react-native/overview.md index 624fbe088..275631ec1 100644 --- a/docs/document/react-native/overview.md +++ b/docs/document/react-native/overview.md @@ -75,7 +75,7 @@ ChatClient.getInstance() ### 控制台注册 -控制台的注册请到 [这里](https://console.easemob.com/app/im-service/operative-service/user)。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册 diff --git a/docs/document/unity/overview.md b/docs/document/unity/overview.md index 1e8264663..d7dfbb63d 100644 --- a/docs/document/unity/overview.md +++ b/docs/document/unity/overview.md @@ -53,7 +53,7 @@ SDKClient.Instance.InitWithOptions(options); ### 控制台注册 -控制台的注册请到 [这里](https://console.easemob.com/app/im-service/operative-service/user)。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册 diff --git a/docs/document/web/overview.md b/docs/document/web/overview.md index c42f9241e..204d1b5d7 100644 --- a/docs/document/web/overview.md +++ b/docs/document/web/overview.md @@ -94,7 +94,7 @@ const conn = new EC.connection({ ### 控制台注册 -登录[环信即时通讯云控制台](https://console.easemob.com/user/login),选择**即时通讯** > **运营服务** > **用户管理**,创建 IM 用户。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册 diff --git a/docs/document/windows/overview.md b/docs/document/windows/overview.md index aa617f78d..8366fba77 100644 --- a/docs/document/windows/overview.md +++ b/docs/document/windows/overview.md @@ -53,7 +53,7 @@ SDKClient.Instance.InitWithOptions(options); ### 控制台注册 -控制台的注册请到 [这里](https://console.easemob.com/app/im-service/operative-service/user)。 +通过控制台注册用户,详见[创建 IM 用户](/product/enable_and_configure_IM.html#创建-im-用户)。 ### REST API 注册