diff options
author | Siri Hansen <[email protected]> | 2016-03-10 12:00:48 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-03-10 13:05:42 +0100 |
commit | 880280b22f30a5ba67dcbd93bf85e14c04acc25b (patch) | |
tree | 8292f27b86b9d3935c4184d52ed78673022a74dd /lib/common_test/doc/src/ct_snmp.xml | |
parent | d7da92821e8136c5d20d7dae17740282ce27c52d (diff) | |
download | otp-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/ct_snmp.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_snmp.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/common_test/doc/src/ct_snmp.xml b/lib/common_test/doc/src/ct_snmp.xml index 60f1d600e0..d001fb24ec 100644 --- a/lib/common_test/doc/src/ct_snmp.xml +++ b/lib/common_test/doc/src/ct_snmp.xml @@ -148,7 +148,7 @@ <p>SNMP traps, inform, and report messages are handled by the user callback module. For details, see the - <seealso marker="snmp"><c>SNMP</c></seealso> application.</p> + <seealso marker="snmp:index"><c>SNMP</c></seealso> application.</p> <p>It is recommended to use the <c>.hrl</c> files created by the Erlang/OTP MIB compiler to define the Object Identifiers (OIDs). @@ -160,8 +160,7 @@ <p>Furthermore, values can be set for <c>SNMP</c> application configuration parameters, <c>config</c>, <c>server</c>, <c>net_if</c>, and so on (for - a list of valid parameters and types, see the User's Guide for - the <seealso marker="snmp"><c>SNMP</c></seealso> application). This is + a list of valid parameters and types, see the <seealso marker="snmp:users_guide"><c>User's Guide for the SNMP application</c></seealso>). This is done by defining a configuration data variable on the following form:</p> <pre> @@ -236,7 +235,7 @@ <item><marker id="type-varsandvals"/> </item> </taglist> <p>These data types are described in the documentation for - the <seealso marker="snmp"><c>SNMP</c></seealso> application.</p> + the <seealso marker="snmp:index"><c>SNMP</c></seealso> application.</p> </section> <funcs> |