We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f3317 commit 70ffba0Copy full SHA for 70ffba0
docs/templates/getting-started/sequential-model-guide.md
@@ -354,7 +354,7 @@ A stateful recurrent model is one for which the internal states (memories) obtai
354
of samples are reused as initial states for the samples of the next batch. This allows to process longer sequences
355
while keeping computational complexity manageable.
356
357
-[You can read more about stateful RNNs in the FAQ.](/faq/#how-can-i-use-stateful-rnns)
+[You can read more about stateful RNNs in the FAQ.](/getting-started/faq/#how-can-i-use-stateful-rnns)
358
359
```python
360
from keras.models import Sequential
0 commit comments