!30 修改readme中链接到驱动框架开发指南的链接错误

Merge pull request !30 from GongHui/master
This commit is contained in:
openharmony_ci
2021-04-12 14:29:17 +08:00
committed by Gitee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ void SampleDriverRelease(struct HdfDeviceObject *deviceObject)
}
```
For details, see [HDF Overview](en-us_topic_0000001051611604.md).
For details, see [HDF Overview](https://gitee.com/openharmony/docs/blob/master/en/device-dev/driver/hdf.md).
### Sensor<a name="section188637474417"></a>
+1 -1
View File
@@ -112,7 +112,7 @@ void SampleDriverRelease(struct HdfDeviceObject *deviceObject)
}
```
HDF驱动框架详细开发请参考[驱动开发指南](zh-cn_topic_0000001051611604.md)。
HDF驱动框架详细开发请参考[驱动开发指南](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/driver/HDF%E9%A9%B1%E5%8A%A8%E6%A1%86%E6%9E%B6.md)。
### Sensor框架模型说明<a name="section188637474417"></a>