diff --git a/08.machine_translation/index.html b/08.machine_translation/index.html index 88e55b0c00a0c27a622a62e1fed12d1a1ff13b64..a7bde581ca9b58891f093e8e4cdafca0cb6e2a93 100644 --- a/08.machine_translation/index.html +++ b/08.machine_translation/index.html @@ -368,7 +368,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"