Skip to content

Commit

Permalink
Fixed wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Jun 6, 2024
1 parent 2c467d3 commit cec4c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

These simple examples demonstrate how to easily use the SDK to access the camera into your applications.

For detailed explanations and API documentation see our [../doc](../doc) section.
For detailed explanations and API documentation see our [doc](../doc) section.

## List of Examples:

Expand Down
2 changes: 1 addition & 1 deletion examples/README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Orbbec 相机示例代码

这些示例代码用来演示获取Depth、IR、Color、D2C、点云、多机同步等。详细的接口文档和示例解释参考 (../doc)。
这些示例代码用来演示获取Depth、IR、Color、D2C、点云、多机同步等。详细的[接口文档和示例解释参考](../doc)

## 示例

Expand Down
2 changes: 1 addition & 1 deletion examples/c/Sample-HelloOrbbec/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

功能描述:用于演示SDK初始化、获取SDK版本、获取设备型号、获取设备序列号、获取固件版本号、SDK释放资源,并通过ESC_KEY键退出程序

本示例基于C Low Level API进行演示
本示例基于C Low Level API进行演示

## 1. 首先获取并打印当前SDK版本
```cpp
Expand Down

0 comments on commit cec4c84

Please sign in to comment.