From aa5879ae850ccc9e6e44f23a1d8cd4b24ae36fbe Mon Sep 17 00:00:00 2001 From: wangboyi Date: Fri, 21 Apr 2023 06:28:58 +0000 Subject: [PATCH] fixed 69db9e1 from https://gitee.com/wang-boyi666/docs/pulls/17499 modify dead url Signed-off-by: wangboyi --- en/design/hdi-design-specifications.md | 2 +- zh-cn/design/hdi-design-specifications.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/design/hdi-design-specifications.md b/en/design/hdi-design-specifications.md index dcaf228795..a09bc40cb7 100644 --- a/en/design/hdi-design-specifications.md +++ b/en/design/hdi-design-specifications.md @@ -3,7 +3,7 @@ ## Overview Hardware device interface (HDI) provides a set of interfaces that function as a bridge between drivers and system services for data transmission. They have a direct impact on system efficiency, stability, compatibility, and reliability, as well as data accuracy and integrity. This document aims to standardize the design and development of OpenHarmony HDI interfaces, thereby ensuring consistent styles and complete functionalities for the interfaces. -This document is developed by the [driver SIG](https://gitee.com/openharmony/community/blob/master/sig/sig-driver/sig_driver.md) and approved by the [PMC](https://gitee.com/link?target=https%3A%2F%2Fwww.openharmony.cn%2Fcommunity%2Fpmc%2F). Any revision to this document must be reviewed by the driver SIG and approved by the PMC. +This document is developed by the [driver SIG](https://gitee.com/openharmony/community/blob/master/sig/sig_driver/sig_driver.md) and approved by the [PMC](https://gitee.com/link?target=https%3A%2F%2Fwww.openharmony.cn%2Fcommunity%2Fpmc%2F). Any revision to this document must be reviewed by the driver SIG and approved by the PMC. **Acronyms** diff --git a/zh-cn/design/hdi-design-specifications.md b/zh-cn/design/hdi-design-specifications.md index 5b20dd0799..43833f5b29 100644 --- a/zh-cn/design/hdi-design-specifications.md +++ b/zh-cn/design/hdi-design-specifications.md @@ -3,7 +3,7 @@ ## 总览 硬件设备接口(以下简称为设备接口)作为连通驱动程序和系统服务进行数据流通的桥梁,直接影响着系统的高效性、稳定性、兼容性、可靠性以及数据的正确性、完整性。本文档的目的是规范OpenHarmony设备接口的设计和开发,保证接口的风格一致、功能完备,提升设备接口的设计质量。 -本章程由[Driver SIG](https://gitee.com/openharmony/community/blob/master/sig/sig-driver/sig_driver_cn.md)制定,经[PMC](https://gitee.com/link?target=https%3A%2F%2Fwww.openharmony.cn%2Fcommunity%2Fpmc%2F)批准发布;对本章程的修订必须经由Driver SIG评审后,由PMC批准发布。 +本章程由[Driver SIG](https://gitee.com/openharmony/community/blob/master/sig/sig_driver/sig_driver_cn.md)制定,经[PMC](https://gitee.com/link?target=https%3A%2F%2Fwww.openharmony.cn%2Fcommunity%2Fpmc%2F)批准发布;对本章程的修订必须经由Driver SIG评审后,由PMC批准发布。 **术语和定义:** -- GitLab