From 56e22a7ddc9a41471fe391bfd3b95801ba272bae Mon Sep 17 00:00:00 2001 From: luukunn <83932082+luukunn@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:46:05 +0800 Subject: [PATCH] [Docs]fix doc (#6119) * fix doc * fix doc --- docs/usage/usage_stats_collection.md | 4 ++-- docs/zh/usage/usage_stats_collection.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/usage_stats_collection.md b/docs/usage/usage_stats_collection.md index 6a568e3bcf..57fb390ff4 100644 --- a/docs/usage/usage_stats_collection.md +++ b/docs/usage/usage_stats_collection.md @@ -1,4 +1,4 @@ -[简体中文](../zh/usage/usage.md) +[简体中文](../zh/usage/usage_stats_collection.md) # usage collection @@ -6,7 +6,7 @@ Fastdeploy collects anonymous usage data by default to help the engineering team # Data Collected -The data inventory collected by the latest version of Fastdeploy can be found here:[usage_lib.py](../../../fastdeploy/usage/usage_lib.py)
+The data inventory collected by the latest version of Fastdeploy can be found here:[usage_lib.py](../../fastdeploy/usage/usage_lib.py)
You can preview the collected data by running the following command:
`tail ~/.config/fastdeploy/usage_stats.json` diff --git a/docs/zh/usage/usage_stats_collection.md b/docs/zh/usage/usage_stats_collection.md index bbe9d91897..3b5b765db8 100644 --- a/docs/zh/usage/usage_stats_collection.md +++ b/docs/zh/usage/usage_stats_collection.md @@ -1,4 +1,4 @@ -[English](../../usage/usage.md) +[English](../../usage/usage_stats_collection.md) # 使用信息收集