diff --git a/examples/README.md b/examples/README.md index 836b5e5..c89229f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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: diff --git a/examples/README_CN.md b/examples/README_CN.md index 4a9e90a..af2c292 100644 --- a/examples/README_CN.md +++ b/examples/README_CN.md @@ -1,6 +1,6 @@ # Orbbec 相机示例代码 -这些示例代码用来演示获取Depth、IR、Color、D2C、点云、多机同步等。详细的接口文档和示例解释参考 (../doc)。 +这些示例代码用来演示获取Depth、IR、Color、D2C、点云、多机同步等。详细的[接口文档和示例解释参考](../doc)。 ## 示例 diff --git a/examples/c/Sample-HelloOrbbec/README_CN.md b/examples/c/Sample-HelloOrbbec/README_CN.md index 32c8e70..9b8762e 100644 --- a/examples/c/Sample-HelloOrbbec/README_CN.md +++ b/examples/c/Sample-HelloOrbbec/README_CN.md @@ -2,7 +2,7 @@ 功能描述:用于演示SDK初始化、获取SDK版本、获取设备型号、获取设备序列号、获取固件版本号、SDK释放资源,并通过ESC_KEY键退出程序 -本示例基于C Low Level API进行演示 +本示例基于C Low Level API进行演示 ## 1. 首先获取并打印当前SDK版本 ```cpp