diff --git a/08.machine_translation/README.cn.md b/08.machine_translation/README.cn.md index d3bf3633957b526a55515220dabf08b7856c435b..81d268a7fc4000cde43934d931c6ad9eeee284da 100644 --- a/08.machine_translation/README.cn.md +++ b/08.machine_translation/README.cn.md @@ -281,7 +281,7 @@ is_generating = False return out ``` -4. 定义解码器框架名字,和`gru_decoder_with_attention`函数的前两个输入。注意:这两个输入使用`StaticInput`,具体说明可见[StaticInput文档](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/howto/deep_model/rnn/recurrent_group_cn.md#输入)。 +4. 定义解码器框架名字,和`gru_decoder_with_attention`函数的前两个输入。注意:这两个输入使用`StaticInput`,具体说明可见[StaticInput文档](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/v2/howto/rnn/recurrent_group_cn.md#输入)。 ```python decoder_group_name = "decoder_group" diff --git a/08.machine_translation/README.md b/08.machine_translation/README.md index 637ddd269edeb33f3c33c06f918f485e9a9ebf97..45d7e19a3fc85afa0e9cdc936226aa7b5d1d9aed 100644 --- a/08.machine_translation/README.md +++ b/08.machine_translation/README.md @@ -326,7 +326,7 @@ is_generating = False return out ``` -4. Define the name for the decoder and the first two input for `gru_decoder_with_attention`. Note that `StaticInput` is used for the two inputs. Please refer to [StaticInput Document](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/howto/deep_model/rnn/recurrent_group_cn.md#输入) for more details. +4. Define the name for the decoder and the first two input for `gru_decoder_with_attention`. Note that `StaticInput` is used for the two inputs. Please refer to [StaticInput Document](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/v2/howto/rnn/recurrent_group_en.md#input) for more details. ```python decoder_group_name = "decoder_group"