Skip to content

Commit b6d5ab0

Browse files
[Doc Link Fix No.26] Fix refactorization links (#7845)
Co-authored-by: Nyakku Shigure <siguremo@users.noreply.github.com>
1 parent 0bae893 commit b6d5ab0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/design/motivation/refactorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The word *graph* is interchangeable with *block* in this document. A graph cons
8585

8686
1. The invocation of `train` or [`infer`](https://github.com/PaddlePaddle/Paddle/blob/release/1.2/python/paddle/v2/inference.py#L108) methods in the Python program does the following:
8787

88-
1. Create a new Scope instance in the [scope hierarchy](../../concepts/scope.html) for each run of a block,
88+
1. Create a new Scope instance in the [scope hierarchy](../concepts/scope.md) for each run of a block,
8989
1. realize local variables defined in the BlockDesc message in the new scope,
9090
1. a scope is similar to the stack frame in programming languages,
9191

@@ -189,7 +189,7 @@ Maintaining a map, whose key is the type name and the value is the corresponding
189189
## Related Concepts
190190
191191
### Op_Maker
192-
It's constructor takes `proto` and `checker`. They are completed during Op_Maker's construction. ([ScaleOpMaker](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid/operators/scale_op.cc#L37))
192+
It's constructor takes `proto` and `checker`. They are completed during Op_Maker's construction. ([ScaleOpMaker](https://github.com/PaddlePaddle/Paddle/blob/release/2.0/paddle/fluid/operators/scale_op.cc#L37))
193193
194194
### Register Macros
195195
```cpp

0 commit comments

Comments
 (0)