Skip to content

Commit d58acdc

Browse files
Update broken link for lstm_seq2seq hyperlink in README.md (#1168)
1 parent cf63a7c commit d58acdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The model was trained in Node.js with Tensorflow.js, which the model code is con
4141
python python/translation.py ${DATA_PATH}
4242
```
4343

44-
The model was trained in Python Keras, based on the [lstm_seq2seq](https://github.com/keras-team/keras/blob/master/examples/lstm_seq2seq.py)
44+
The model was trained in Python Keras, based on the [lstm_seq2seq](https://github.com/keras-team/keras-io/blob/master/examples/nlp/lstm_seq2seq.py)
4545
example.
4646

4747
## LAUNCH DEMO

0 commit comments

Comments
 (0)