Skip to content

Commit 784e330

Browse files
authored
repair deadlink
1 parent 4be675b commit 784e330

File tree

1 file changed

+1
-1
lines changed
  • doc/fluid/design/dynamic_rnn

1 file changed

+1
-1
lines changed

doc/fluid/design/dynamic_rnn/rnn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ or copy the memory value of the previous step to the current ex-memory variable.
4949
5050
### Usage in Python
5151
52-
For more information on Block, please refer to the [design doc](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/design/block.md).
52+
For more information on Block, please refer to the [design doc](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/design/concepts/block.md).
5353
5454
We can define an RNN's step-net using a Block:
5555

0 commit comments

Comments
 (0)