Skip to content

Commit ab49422

Browse files
committed
fix deadlink
1 parent 145aaa4 commit ab49422

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/fluid/dev/api_doc_std_cn.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# API注释撰写标准
22

3-
- [API注释模块](#API注释模块)
4-
- [格式及示例](#格式及示例)
5-
- [完整示例](#完整示例)
3+
- [API注释撰写标准](#api)
4+
- [API注释模块](#api)
5+
- [格式及示例](#)
6+
- [完整示例](#)
67

78

89
## API注释模块
@@ -217,4 +218,4 @@ API文档须使用reStructuredText格式撰写,该格式详情请参考[链接
217218
218219
## 完整示例
219220
220-
fc 的完整注释见[示例](src/fc.py)。
221+
fc 的完整注释见[示例](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/dev/src/fc.py)。

doc/fluid/dev/api_doc_std_en.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# API Doc Standard
22

3-
- [API Doc Structure](#API Doc Structure)
4-
- [Format and Examples](#Format and Examples)
5-
- [Complete Example](#Complete Example)
3+
- [API Doc Standard](#api-doc-standard)
4+
- [API Doc Structure](#api-doc-structure)
5+
- [Format and Examples](#format-and-examples)
6+
- [Complete Example](#complete-example)
67

78

89
## API Doc Structure
@@ -223,4 +224,4 @@ Format and examples of each part of API documantation are as follows: (take fc f
223224
224225
## Complete Example
225226
226-
Complete Example of fc please see [here](src/fc.py)。
227+
Complete Example of fc please see [here](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/dev/src/fc.py)。

0 commit comments

Comments
 (0)