diff options
Diffstat (limited to 'docs/features/transcripts.rst')
-rw-r--r-- | docs/features/transcripts.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/transcripts.rst b/docs/features/transcripts.rst index 18daeb78..fe074cfa 100644 --- a/docs/features/transcripts.rst +++ b/docs/features/transcripts.rst @@ -152,9 +152,9 @@ the path instead of specifying it verbatim, or we can escape the slashes:: Some terminal emulators strip trailing space when you copy text from them. 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:`output_redirection` to - the clipboard or to a file to ensure you accurately capture the output of - your command. + 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. 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 |