You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/10 12:47:52 UTC

[incubator-inlong-website] branch master updated: [INLONG-2455] unify the module name for dataproxy (#279)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a2d1e27  [INLONG-2455] unify the module name for dataproxy (#279)
a2d1e27 is described below

commit a2d1e279f968872b03bd0e99df443bf6f76523d0
Author: dockerzhang <do...@apache.org>
AuthorDate: Thu Feb 10 20:47:47 2022 +0800

    [INLONG-2455] unify the module name for dataproxy (#279)
---
 docs/sdk/dataproxy-sdk/example.md                                       | 2 +-
 .../docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sdk/dataproxy-sdk/example.md b/docs/sdk/dataproxy-sdk/example.md
index ef803a8..ab02489 100644
--- a/docs/sdk/dataproxy-sdk/example.md
+++ b/docs/sdk/dataproxy-sdk/example.md
@@ -14,7 +14,7 @@ To view detailed API information [overview](./overview).
 ```
    <dependency>
            <groupId>org.apache.inlong</groupId>
-           <artifactId>inlong-dataproxy-sdk</artifactId>
+           <artifactId>dataproxy-sdk</artifactId>
            <version>${inlong_version}</version>
    </dependency>
 ```
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md
index 276fe86..6ee2a15 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md
@@ -14,7 +14,7 @@ Api 详情,请查看[总览](./overview)
 ```
    <dependency>
            <groupId>org.apache.inlong</groupId>
-           <artifactId>inlong-dataproxy-sdk</artifactId>
+           <artifactId>dataproxy-sdk</artifactId>
            <version>${inlong_version}</version>
    </dependency>
 ```