diff --git a/en/device-dev/driver/driver-platform-i3c-des.md b/en/device-dev/driver/driver-platform-i3c-des.md
index 23c5074fd467b179dd648f2371f7fa0880af4c7b..555bc6eaebf26723f4481f129ccecd37fc696589 100644
--- a/en/device-dev/driver/driver-platform-i3c-des.md
+++ b/en/device-dev/driver/driver-platform-i3c-des.md
@@ -225,7 +225,7 @@ if (ret != 2) {
}
```
->![](./public_sys-resources/icon-caution.gif) **Caution**
+>![](../public_sys-resources/icon-caution.gif) **Caution**
>
>- The device address in the **I3cMsg** structure does not contain the read/write flag bit. The read/write information is passed by the read/write control bit in the member variable **flags**.
>- The **I3cTransfer()** function does not limit the number of message structures or the length of data in each message structure. The I3C controller determines these two limits.
diff --git a/en/device-dev/driver/driver-platform-pwm-des.md b/en/device-dev/driver/driver-platform-pwm-des.md
index ca50d1809e7989eccb7ffe85c173c899ab08de59..cbe6e321573ba6703da10cf7dd259e18b048db85 100644
--- a/en/device-dev/driver/driver-platform-pwm-des.md
+++ b/en/device-dev/driver/driver-platform-pwm-des.md
@@ -32,11 +32,7 @@ The PWM APIs provide a set of functions for operating a PWM device, including th
-
-
-
-
+
Category |
API |
Description |
@@ -81,18 +77,11 @@ The PWM APIs provide a set of functions for operating a PWM device, including th
PwmGetConfig |
Obtains PWM device parameters. |
-
-
- |
- |
- |
-
-
->![](W:\doc\docs\en\device-dev\public_sys-resources\icon-note.gif) **NOTE:**
+>![](../public_sys-resources/icon-note.gif) **NOTE:**
>The PWM module can be used in kernel mode but not in user mode.
## Usage Guidelines
diff --git a/zh-cn/device-dev/driver/driver-platform-pwm-des.md b/zh-cn/device-dev/driver/driver-platform-pwm-des.md
index b010c1cf0f22d4f591d7c86d93d2d68d2a574d55..287bc0fdaf4e88624daec0e4aa38766f7bc6ab0c 100644
--- a/zh-cn/device-dev/driver/driver-platform-pwm-des.md
+++ b/zh-cn/device-dev/driver/driver-platform-pwm-des.md
@@ -49,11 +49,7 @@
-
-
-
-
+
功能分类 |
接口名 |
描述 |
@@ -98,18 +94,11 @@
PwmGetConfig |
获取PWM设备参数 |
-
-
- |
- |
- |
-
-
->![](W:\doc\docs\zh-cn\device-dev\public_sys-resources\icon-note.gif) **说明:**
+>![](../public_sys-resources/icon-note.gif) **说明:**
>PWM当前仅限内核态使用,不支持在用户态使用。
## 使用指导