From 6130d7cc7aa6c23e1b8310d726379d904207fd08 Mon Sep 17 00:00:00 2001 From: htpeng Date: Tue, 15 Jul 2025 06:47:18 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AF=A5=E8=B7=AF=E5=BE=84=E6=98=AF=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: htpeng --- docs/zh/server/development/unt/unt_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/server/development/unt/unt_guide.md b/docs/zh/server/development/unt/unt_guide.md index d2802d70..a5d1a687 100644 --- a/docs/zh/server/development/unt/unt_guide.md +++ b/docs/zh/server/development/unt/unt_guide.md @@ -343,7 +343,7 @@ conf/depend_interface.config:依赖接口配置 4. **修改UNT用户配置** - 该配置文件默认在`/opt/udf-trans-opt/udf-translator/conf/udf_tune.properties`目录下。 + 该配置文件默认为`/opt/udf-trans-opt/udf-translator/conf/udf_tune.properties`。 配置文件内容为: -- Gitee