summaryrefslogtreecommitdiff
path: root/docs/features/transcripts.rst
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2019-07-16 17:28:14 -0600
committerkotfu <kotfu@kotfu.net>2019-07-16 17:28:14 -0600
commita8c4a65106ad6325adec5e662ee8a5397527dba5 (patch)
tree835188fe74653be5bf38ad3fa265d614b4882db6 /docs/features/transcripts.rst
parenteb882b2b308bb2e09761a74007ea308b489c2d56 (diff)
downloadcmd2-git-a8c4a65106ad6325adec5e662ee8a5397527dba5.tar.gz
Integrate freefeatures into new doc structure
Diffstat (limited to 'docs/features/transcripts.rst')
-rw-r--r--docs/features/transcripts.rst6
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