Skip to content

Commit 3293a61

Browse files
authored
[COS-7325] fix: invalid link (#162)
* fix: invalid link * fix link * fix link
1 parent 4340929 commit 3293a61

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/4-recipes/9-data-diagnosis/2-get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sidebar_position: 2
1414

1515
1. 请准备好一台设备
1616

17-
2. 请创建名为 auto-upload 的项目,详情参见[创建项目](https://docs.coscene.cn/docs/get-started/create-project-flow#3-%E5%88%9B%E5%BB%BA%E9%A1%B9%E7%9B%AE)
17+
2. 请创建名为 auto-upload 的项目,详情参见[创建新项目](https://docs.coscene.cn/docs/recipes/project)
1818

1919
3. 请确认你在 coScene 的组织角色为「管理员」。若不是管理员,请联系组织管理员更新你的组织角色。
2020

@@ -91,7 +91,7 @@ sidebar_position: 2
9191
- /home/log/
9292
```
9393
94-
\*更多配置参见[数采规则格式](https://docs.coscene.cn/docs/receipts/device/device-authorize#%E6%95%B0%E9%87%87%E8%A7%84%E5%88%99%E6%A0%BC%E5%BC%8F)
94+
\*更多配置参见[数采规则格式](https://docs.coscene.cn/docs/recipes/device/device-collector/#%E6%95%B0%E9%87%87%E8%A7%84%E5%88%99%E6%A0%BC%E5%BC%8F)
9595
9696
3. 点击【保存编辑】按钮
9797

docs/4-recipes/9-data-diagnosis/5-rule-engine.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sidebar_position: 5
2020
注:
2121

2222
- 时间戳为自 1970/01/01 00:00:00 经历的秒数,float 类型
23-
- 时间戳的解析将尽力完成,相关信息见[支持的时间戳格式](https://docs.coscene.cn/docs/recipes/data-diagnosis/rule-format#%E8%A7%84%E5%88%99%E7%9A%84%E4%BD%BF%E7%94%A8%E5%89%8D%E6%8F%90)
23+
- 时间戳的解析将尽力完成,相关信息见[支持的时间戳格式](https://docs.coscene.cn/docs/recipes/data-diagnosis/add-rule#%E4%BD%BF%E7%94%A8%E5%89%8D%E6%8F%90)
2424
- `msg` 的结构取决于输入数据的类型,比如一个 [rosgraph_msgs/Log](https://docs.ros.org/en/melodic/api/rosgraph_msgs/html/msg/Log.html)
2525
类型的`msg`,它的结构就会如定义所示,下面是一个例子:
2626
```yaml

i18n/en/docusaurus-plugin-content-docs/current/4-recipes/9-data-diagnosis/2-get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Using the following scenario as an example, let's setup your automatic data coll
1111
## Prerequisites
1212

1313
1. Have a device ready.
14-
2. Create a project named `auto-upload`.
14+
2. Create a project named `auto-upload`. See [Cerate New Project](https://docs.coscene.cn/en/docs/recipes/project) for details.
1515
3. Make sure your role in the coScene organization is "Administrator". If you're not an administrator, contact your organizational admin to update your role.
1616
![org-role](../img/org-role.png)
1717

@@ -76,7 +76,7 @@ Using the following scenario as an example, let's setup your automatic data coll
7676
7777
## Authorizing Device
7878
79-
> Using a Linux device as an example, for other device registration methods refer to [Device Registration](https://docs.coscene.cn/docs/receipts/device/device-authorize#%E8%AE%BE%E5%A4%87%E6%B3%A8%E5%86%8C)
79+
> Using a Linux device as an example, for other device registration methods refer to [Device Registration](https://docs.coscene.cn/en/docs/recipes/device/device-collector/#%E6%95%B0%E9%87%87%E8%A7%84%E5%88%99%E6%A0%BC%E5%BC%8F)
8080
8181
<br />
8282

i18n/en/docusaurus-plugin-content-docs/current/4-recipes/9-data-diagnosis/5-rule-engine.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Depending on the file type being processed, the coScene agent will populate the
2020
Note:
2121

2222
- Timestamp is the number of seconds elapsed since 1970/01/01 00:00:00, in float type.
23-
- Efforts will be made to parse the timestamp, for more information see [Supported Timestamp Formats](https://docs.coscene.cn/docs/recipes/data-diagnosis/rule-format#Prerequisites-for-Using-Rules)
23+
- Efforts will be made to parse the timestamp, for more information see [Supported Timestamp Formats](https://docs.coscene.cn/en/docs/recipes/data-diagnosis/add-rule/#prerequisites)
2424

2525
## Log Data
2626

src/pages/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ id: changelog
280280
- 新增「关联动作」过滤功能:在调用日志页面,支持按照关联动作过滤调用历史
281281
- 新增「触发器支持修改系统动作参数」功能:在创建 / 编辑触发器时,使用系统动作后可以修改默认参数
282282
- 新增「隐藏文件」的显示功能:在记录文件列表、自动化输出、批量测试输出的文件中,支持显示 / 隐藏以点开头的文件或文件夹
283-
- 新增「命令行工具」:支持在本地执行命令实现:创建记录、上传下载文件、给记录打标签、过滤记录、对记录执行动作等操作,详情请参见文档:[命令行工具 CLI](https://docs.coscene.cn/docs/category/cli)
283+
- 新增「命令行工具」:支持在本地执行命令实现:创建记录、上传下载文件、给记录打标签、过滤记录、对记录执行动作等操作,详情请参见文档:[命令行工具 CLI](https://docs.coscene.cn/docs/category/cocli)
284284

285285
### 【改变】
286286

0 commit comments

Comments
 (0)