summaryrefslogtreecommitdiff
path: root/docs/features/transcripts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features/transcripts.rst')
-rw-r--r--docs/features/transcripts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/transcripts.rst b/docs/features/transcripts.rst
index fe074cfa..9f524e0a 100644
--- a/docs/features/transcripts.rst
+++ b/docs/features/transcripts.rst
@@ -153,8 +153,8 @@ the path instead of specifying it verbatim, or we can escape the slashes::
This could make the actual data generated by your app different than the
text you pasted into the transcript, and it might not be readily obvious why
the transcript is not passing. Consider using
- :ref:`features/generating_output:Output Redirection` to the clipboard or to
- a file to ensure you accurately capture the output of your command.
+ :ref:`features/redirection:Output Redirection and Pipes` to the clipboard or
+ to a file to ensure you accurately capture the output of your command.
If you aren't using regular expressions, make sure the newlines at the end
of your transcript exactly match the output of your commands. A common cause