Add links to Java/Python application sections
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 22:05:59 +0000 (17:05 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 22:06:59 +0000 (17:06 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/installing-lttng/desktop-distributions/archlinux.md
contents/installing-lttng/desktop-distributions/debian.md
contents/installing-lttng/desktop-distributions/opensuse.md
contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md

index e9b881d25198536d88ba0fbc25bd2c8f33a5fbbc..55686e1eedad62caddc24a3ffbab2450e7de6ce5 100644 (file)
@@ -18,18 +18,19 @@ yaourt -S lttng-modules
 yaourt -S lttng-ust
 </pre>
 
-If you need to trace Python applications, you need to install the
-LTTng-UST Python agent also:
+If you need to trace [Python applications](#doc-python-application), you
+need to install the LTTng-UST Python agent also:
 
   * Python 3: <a href="https://aur.archlinux.org/packages/python-lttngust/" class="ext"><code>python-lttngust</code></a>
   * Python 2: <a href="https://aur.archlinux.org/packages/python2-lttngust/" class="ext"><code>python2-lttngust</code></a>
 
 <div class="tip">
 <p>
-  <span class="t">Note:</span> If you need to trace Java
+  <span class="t">Note:</span> If you need to trace
+  <a href="#doc-java-application" class="int">Java</a>
   applications on Arch Linux, you need to build and install LTTng-UST 2.7
-  <a href="#doc-building-from-source">from source</a> and use the
-  <code>--enable-java-agent-jul</code>,
+  <a href="#doc-building-from-source" class="int">from source</a> and
+  use the <code>--enable-java-agent-jul</code>,
   <code>--enable-java-agent-log4j</code>, or
   <code>--enable-java-agent-all</code> options.
 </p>
index edd8d3b2df0f2b28b8f9b73f46f388a3b0ee0c23..d66dd419235faa3026d980c3674fccf41796b340 100644 (file)
@@ -13,15 +13,15 @@ sudo apt-get install liblttng-ust-dev
 LTTng-tools 2.7 still needs to be
 [built from source](#doc-building-from-source).
 
-If you need to trace Java applications, you need to install the
-LTTng-UST Java agent also:
+If you need to trace [Java applications](#doc-java-application), you
+need to install the LTTng-UST Java agent also:
 
 <pre class="term">
 sudo apt-get install liblttng-ust-agent-java
 </pre>
 
-If you need to trace Python applications, you need to install the
-LTTng-UST Python agent also:
+If you need to trace [Python applications](#doc-python-application),
+you need to install the LTTng-UST Python agent also:
 
 <pre class="term">
 sudo apt-get install python3-lttngust
index 38caec064ebbf89b92cb16143119c5c5a28ea9bf..d6cac4dd7d1e0c044b02754a1adcbe8aa662ad28 100644 (file)
@@ -14,16 +14,18 @@ sudo zypper install lttng-ust-devel
 
 <div class="tip">
 <p>
-  <span class="t">Note:</span> If you need to trace Java
-  applications on openSUSE, you need to build and install LTTng-UST 2.7
-  <a href="#doc-building-from-source">from source</a> and use the
-  <code>--enable-java-agent-jul</code>,
+  <span class="t">Note:</span> If you need to trace
+  <a href="#doc-java-application" class="int">Java applications</a> on
+  openSUSE, you need to build and install LTTng-UST 2.7
+  <a href="#doc-building-from-source" class="int">from source</a> and
+  use the <code>--enable-java-agent-jul</code>,
   <code>--enable-java-agent-log4j</code>, or
   <code>--enable-java-agent-all</code> options.
 </p>
 <p>
-  If you need to trace Python applications on openSUSE, you need
-  to build and install LTTng-UST 2.7 from source and use the
-  <code>--enable-python-agent</code> option.
+  If you need to trace
+  <a href="#doc-python-application" class="int">Python applications</a> on
+  openSUSE, you need to build and install LTTng-UST 2.7 from source
+  and use the <code>--enable-python-agent</code> option.
 </p>
 </div>
index 99d9eecb470d7d99054cb496864a60c96f9abb9a..0a676dba810893e1624254f5e2d804f8de9ca838 100644 (file)
@@ -11,15 +11,15 @@ sudo apt-get install lttng-modules-dkms
 sudo apt-get install liblttng-ust-dev
 </pre>
 
-If you need to trace Java applications, you need to install the
-LTTng-UST Java agent also:
+If you need to trace [Java applications](#doc-java-application), you
+need to install the LTTng-UST Java agent also:
 
 <pre class="term">
 sudo apt-get install liblttng-ust-agent-java
 </pre>
 
-If you need to trace Python applications, you need to install the
-LTTng-UST Python agent also:
+If you need to trace [Python applications](#doc-python-application),
+you need to install the LTTng-UST Python agent also:
 
 <pre class="term">
 sudo apt-get install python3-lttngust
This page took 0.043947 seconds and 4 git commands to generate.