aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/test_structure_chapter.xml
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-03-10 12:00:48 +0100
committerSiri Hansen <[email protected]>2016-03-10 13:05:42 +0100
commit880280b22f30a5ba67dcbd93bf85e14c04acc25b (patch)
tree8292f27b86b9d3935c4184d52ed78673022a74dd /lib/common_test/doc/src/test_structure_chapter.xml
parentd7da92821e8136c5d20d7dae17740282ce27c52d (diff)
downloadotp-880280b22f30a5ba67dcbd93bf85e14c04acc25b.tar.gz
otp-880280b22f30a5ba67dcbd93bf85e14c04acc25b.tar.bz2
otp-880280b22f30a5ba67dcbd93bf85e14c04acc25b.zip
Fix link errors in common_test documentation
These were introduced when converting from edoc to xml files for the common_test documentation.
Diffstat (limited to 'lib/common_test/doc/src/test_structure_chapter.xml')
-rw-r--r--lib/common_test/doc/src/test_structure_chapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/test_structure_chapter.xml b/lib/common_test/doc/src/test_structure_chapter.xml
index a9e2c0bf9f..8076244928 100644
--- a/lib/common_test/doc/src/test_structure_chapter.xml
+++ b/lib/common_test/doc/src/test_structure_chapter.xml
@@ -60,8 +60,8 @@
</item>
<item>Returning <c>{skip,Reason}</c> from function
- <seealso marker="common_test_app#Module:init_per_testcase-2"><c>init_per_testcase/2</c></seealso> or
- <seealso marker="common_test_app#Module:init_per_suite-1"><c>init_per_suite/1</c></seealso>.</item>
+ <seealso marker="common_test#Module:init_per_testcase-2"><c>init_per_testcase/2</c></seealso> or
+ <seealso marker="common_test#Module:init_per_suite-1"><c>init_per_suite/1</c></seealso>.</item>
<item>Returning <c>{skip,Reason}</c> from the execution clause
of the test case. The execution clause is called, so the author