aboutsummaryrefslogtreecommitdiff
path: root/doc/testscript.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-30 18:01:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-30 18:01:30 +0300
commitf6a5b214a5d9957b9d45b9d6515d071f5ae696a2 (patch)
tree15bcfe9b4d18fc2753adc17fa5393dabc510662f /doc/testscript.cli
parent16e19aac2b3a5f339bc6909c4f4c0f991d18561e (diff)
Fix broken link in testscript.cli0.7.0
Diffstat (limited to 'doc/testscript.cli')
-rw-r--r--doc/testscript.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli
index 7ca06c8..2cc843d 100644
--- a/doc/testscript.cli
+++ b/doc/testscript.cli
@@ -849,7 +849,7 @@ performed starting from the scope where the variable is referenced (expanded),
continuing with the outer testscript scopes, and then continuing in the
buildfile as described in \l{#integration Build System Integration}.
-A scope also establishes a cleanup context. All cleanups (\l{syntax-cleanup
+A scope also establishes a cleanup context. All cleanups (\l{#syntax-cleanup
Cleanup}) registered in a scope are performed at the end of that scope's
execution in the reverse order of their registration.