Link to v2.6 images
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Feb 2015 19:03:47 +0000 (14:03 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Feb 2015 19:03:47 +0000 (14:03 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/getting-started/tracing-your-own-user-application.md
contents/understanding-lttng/core-concepts/event.md
contents/understanding-lttng/plumbing/overview.md
contents/using-lttng/controlling-tracing/lttng-live.md
contrib-guide.md

index 18e32583ef98af08a71b6b3b422cc8819b16365a..a07120392ae1fa4f4cf16168a4457d2579a54ed0 100644 (file)
@@ -25,8 +25,8 @@ an object file (along with a `.c` file) and a header to be included in our appli
 Here's the whole flow:
 
 <div class="img img-80">
-    <object data="/images/docs/lttng-lttng-gen-tp.svg" type="image/svg+xml">
-        <img src="/images/docs/lttng-lttng-gen-tp.svg">
+    <object data="/images/docs26/lttng-lttng-gen-tp.svg" type="image/svg+xml">
+        <img src="/images/docs26/lttng-lttng-gen-tp.svg">
     </object>
 </div>
 
index 6eda30f88708c47bccf036cb53bb807728f35ef2..3a632d5cb4d841375bd893d76d828aa26770e8b3 100644 (file)
@@ -38,8 +38,8 @@ The following illustration summarizes how tracing sessions, domains,
 channels and events are related:
 
 <div class="img img-90">
-<object data="/images/docs/core-concepts.svg" type="image/svg+xml">
-  <img src="/images/docs/core-concepts.svg">
+<object data="/images/docs26/core-concepts.svg" type="image/svg+xml">
+  <img src="/images/docs26/core-concepts.svg">
 </object>
 </div>
 
index 69d31010b6530b83b0c164f3cf5a6b36fb129a68..0e2e7682e0d520b4684bfaeced33827fa33599e5 100644 (file)
@@ -37,8 +37,8 @@ shown running on a remote system, although it could as well run on the
 target (monitored) system.
 
 <div class="img img-90">
-    <object data="/images/docs/plumbing.svg" type="image/svg+xml">
-        <img src="/images/docs/plumbing.svg">
+    <object data="/images/docs26/plumbing.svg" type="image/svg+xml">
+        <img src="/images/docs26/plumbing.svg">
     </object>
 </div>
 
index 26b11c151a47510111b06a7dc68744d4fb3d3c44..1f932f58ba2b4f622d7cf6fa8007fd6fad2730d4 100644 (file)
@@ -19,8 +19,8 @@ recorded to trace files _as well as_ being transmitted to a
 connected live viewer:
 
 <div class="img img-90">
-    <object data="/images/docs/lttng-live-relayd.svg" type="image/svg+xml">
-        <img src="/images/docs/lttng-live-relayd.svg">
+    <object data="/images/docs26/lttng-live-relayd.svg" type="image/svg+xml">
+        <img src="/images/docs26/lttng-live-relayd.svg">
     </object>
 </div>
 
index f3cd76b646926826b75b652b4c36e7eae0446f26..0e69d6689d0c1c597e8e22f237783ff958ebcb6f 100644 (file)
@@ -187,7 +187,7 @@ Use
 
 ```html
 <div class="img img-70">
-    <img src="/images/docs/image-name.png" alt="Short description">
+    <img src="/images/docs26/image-name.png" alt="Short description">
 </div>
 ```
 
@@ -200,8 +200,8 @@ basic browsers:
 
 ```html
 <div class="img img-90">
-  <object data="/images/docs/image-name.svg" type="image/svg+xml">
-    <img src="/images/docs/image-name.png" alt="Short description">
+  <object data="/images/docs26/image-name.svg" type="image/svg+xml">
+    <img src="/images/docs26/image-name.png" alt="Short description">
   </object>
 </div>
 ```
This page took 0.046662 seconds and 4 git commands to generate.