Skip to content

Commit ededed2

Browse files
authoredApr 22, 2025
fix the doc link, update phi/core to common (#7278)
1 parent 75e846a commit ededed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/dev_guides/custom_device_docs/custom_kernel_docs/exception_api_cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ PADDLE_ENFORCE_EQ(
5959
## 相关内容
6060

6161
- `PADDLE_ENFORCE`:请参照[enforce.h](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/phi/core/enforce.h)
62-
- `errors`:请参照[errors.h](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/phi/core/errors.h)
62+
- `errors`:请参照[errors.h](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/common/errors.h)

‎docs/dev_guides/custom_device_docs/custom_kernel_docs/exception_api_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ PADDLE_ENFORCE_EQ(
5959
## Relevant Information
6060

6161
- `PADDLE_ENFORCE`:please refer to [enforce.h](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/phi/core/enforce.h)
62-
- `errors`:please refer to [errors.h](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/phi/core/errors.h)
62+
- `errors`:please refer to [errors.h](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/common/errors.h)

0 commit comments

Comments
 (0)
Please sign in to comment.